On Wed, Aug 31, 2011 at 01:23:05PM -0400, Bruce Momjian wrote: > Can you get me the 9.0.X pg_class.relfrozenxid for the toast and heap > tables involved?
Sure: =# select oid::regclass, relfrozenxid from pg_class where relname in ('transactions', 'pg_toast_106668498'); oid | relfrozenxid -----------------------------+-------------- pg_toast.pg_toast_106668498 | 3673553926 transactions | 3623560321 (2 rows) Best regards, depesz -- The best thing about modern society is how easy it is to avoid contact with it. http://depesz.com/ -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers