Re: "xmin" system column

Поиск
Список
Период
Сортировка
От Christian Kratzer
Тема Re: "xmin" system column
Дата
Msg-id 20060127111619.U76989@vesihiisi.cksoft.de
обсуждение исходный текст
Ответ на Re: "xmin" system column  ("Eric B. Ridge" <ebr@tcdi.com>)
Ответы Re: "xmin" system column  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
Hi,

On Thu, 26 Jan 2006, Eric B. Ridge wrote:
<snip/>
> <long pause>
>
> hahaha, *blush*.  I could just use "now()", right?  pg8.1 docs say that
> now()/CURRENT_TIMESTAMP "return the start time of the current transaction;
> their values do not change during the transaction".  I could use a composite
> of (now(), GetTopTransctionId()) to assume batch uniqueness.

Or use a touple of (now(), pg_backend_pid()) for this kind of stuff.
pg_backend_pid() should sufficiently disambiguate now() to make obove
touple unique.

Greetings
Christian

--
Christian Kratzer                       ck@cksoft.de
CK Software GmbH                        http://www.cksoft.de/
Phone: +49 7452 889 135                 Fax: +49 7452 889 136

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: incremental backups
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: question about large databases