Re: timestamp/function question

Поиск
Список
Период
Сортировка
От Soma Interesting
Тема Re: timestamp/function question
Дата
Msg-id 5.0.2.1.0.20010329093945.025f8728@pop.telus.net
обсуждение исходный текст
Ответ на Re: timestamp/function question  (will trillich <will@serensoft.com>)
Ответы Re: timestamp/function question
Список pgsql-general
At 11:13 AM 3/29/2001 -0600, you wrote:
>i'd agree with you.
>
>but as tom lane mentioned, current_date is today, all day, until
>midnight (local time zone, i presume) whereas current_timestamp
>is less chunky, having finer grains down to one second.
>
>but even there, the timestamp is apparently (just learned this
>today from other posts on this thread) set for the start of the
>current transaction (or is it session?)...
>
>timeofday() may be what you're after.

I'm new to stored procedures, triggers and pl/pgsql. The mistakes I'll
likely make will be simple ones and I should have thought of timestamp vs.
date, sorry to ask such foolish questions.


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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: timestamp/function question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tables, where