Attempting to vacuum
as postgresql database, but it stops after vacuuming about 50 records, with this command/warning:
backend> vacuum FULL;
WARNING: database "postgres" must be vacuumed within 988308 transactions
HINT: To avoid a database shutdown, execute a full-database VACUUM in "postgres".
backend>
// again
WARNING: database "postgres" must be vacuumed within 988242 transactions
HINT: To avoid a database shutdown, execute a full-database VACUUM in "postgres".
How can this be invoked so that it doesn't stop so often? Ty :^)