Re: is current_timestamp unique for a transaction?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: is current_timestamp unique for a transaction?
Дата
Msg-id 1045369440.12011.54.camel@jester
обсуждение исходный текст
Ответ на is current_timestamp unique for a transaction?  (Alan Gutierrez <ajglist@izzy.net>)
Список pgsql-sql
Not guaranteed, but also not likely to be the same value unless you have
high volume.

Use a sequence if you need a unique number.

On Sat, 2003-02-15 at 22:49, Alan Gutierrez wrote:
> Is current_timestamp(6) garunteed to be unique for each transaction?
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: is current_timestamp unique for a transaction?
Следующее
От: Dima Tkach
Дата:
Сообщение: Re: select from update from select?