Re: three timestamps/table, use of 'now' in table creation statement

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: three timestamps/table, use of 'now' in table creation statement
Дата
Msg-id 20030116144423.GA24326@wolff.to
обсуждение исходный текст
Ответ на three timestamps/table, use of 'now' in table creation statement  (Dennis Gearon <gearond@cvc.net>)
Список pgsql-general
Please don't reply to existing threads to start new ones.

On Thu, Jan 16, 2003 at 01:08:09 -0800,
  Dennis Gearon <gearond@cvc.net> wrote:
> I want to have three timestamps columns in a table:
>
> What I want to happen is that all three columns get set with the 'now'
> value to the nearest second, and they ALL have the exact same value.

You will get the same value if the three times are all obtained within
the same transaction.

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

Предыдущее
От: Björn Metzdorf
Дата:
Сообщение: Re: Support for unicode
Следующее
От: Federico Pedemonte
Дата:
Сообщение: Force index usage on bigint in PL/PGSQL