From: | hubert depesz lubaczewski <depesz(at)depesz(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [GENERAL] pg_upgrade problem |
Date: | 2011-08-31 17:45:51 |
Message-ID: | 20110831174550.GA31255@depesz.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
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/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2011-08-31 17:47:11 | Re: regression between 8.4.8 and 8.4.2? |
Previous Message | Bruce Momjian | 2011-08-31 17:35:25 | Re: [GENERAL] pg_upgrade problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-08-31 18:09:07 | Re: limit in subquery causes poor selectivity estimation |
Previous Message | Bruce Momjian | 2011-08-31 17:35:25 | Re: [GENERAL] pg_upgrade problem |