Re: a few questions (and doubts) about xid

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: a few questions (and doubts) about xid
Дата
Msg-id 87wswn1t08.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: a few questions (and doubts) about xid  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-general
"Alvaro Herrera" <alvherre@commandprompt.com> writes:

> Gregory Stark wrote:
>
>> > Just for confirmation: the relfrozenxid of a fresh table is the xid of the
>> > transaction that created it, isn't it?
>>
>> Yes, easily enough checked:
>>
>> postgres=# create table xyz (i integer);
>> CREATE TABLE
>> postgres=# select xmin,relfrozenxid from pg_class where relname = 'xyz';
>
> No it's not.  It's the XID of the earliest transaction that was open at
> the time you created the table (known as RecentXid).

Mea culpa. That's a pretty obvious error too; I should have thought more
before sending that message.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: a few questions (and doubts) about xid
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Replicating db structure changes