Re: CURRENT_TIMESTAMP

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: CURRENT_TIMESTAMP
Дата
Msg-id 015701c26bc1$10f05040$4201a8c0@beeblebrox
обсуждение исходный текст
Ответ на Re: [SQL] [GENERAL] CURRENT_TIMESTAMP  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CURRENT_TIMESTAMP
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> wrote:

> Yes, clearly, we will need to have all three time values available to
> users.  With three people now suggesting we don't change, I will just
> add to TODO:
>
> Add now("transaction|statement|clock") functionality
>
> Is that good?

CURRENT_TIMESTAMP etc. are converted to now()::TIMESTAMP, at least in 7.2,
right?
So when there are all three options available, it would be easy to change
the behaviour of CURRENT_DATE/TIME/TIMESTAMP, right?

SET .. or GUC would be options, no?

Best Regards,
Michael Paesold



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: numeric hierarchy again (was Re: floor function in 7.3b2)
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Return of INSTEAD rules