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
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4e1e5d3bad9d51e5695c8a42612343662e886a64

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