Thread: pgsql: Fix relfrozenxid query in docs to include TOAST tables.

pgsql: Fix relfrozenxid query in docs to include TOAST tables.

From
Andrew Dunstan
Date:
Fix relfrozenxid query in docs to include TOAST tables.

The original query ignored TOAST tables which could result in tables
needing a vacuum not being reported.

Backpatch to all live branches.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9346ed0be1ac9b326d6eeb78ec19efa2ed95a88d

Modified Files
--------------
doc/src/sgml/maintenance.sgml |    7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)