Hi,
I have two questions regarding the PG doc:
- http://www.postgresql.org/docs/7.3/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND says:
“every table in the database must be vacuumed at least once every billion transactions”.
Does “very table” include PG’s tables, such as pg_database?
- http://www.postgresql.org/docs/7.3/static/sql-vacuum.html says: “Defaults to all tables in the current database.”
Does “all tables include PG’s tables, such as pg_class?
Thanks,