Re: is current_timestamp unique for a transaction? - Mailing list pgsql-sql

From Rod Taylor
Subject Re: is current_timestamp unique for a transaction?
Date
Msg-id 1045369440.12011.54.camel@jester
Whole thread Raw
In response to is current_timestamp unique for a transaction?  (Alan Gutierrez <ajglist@izzy.net>)
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: is current_timestamp unique for a transaction?
Next
From: Dima Tkach
Date:
Subject: Re: select from update from select?