Re: I was spoiled by the MySQL timestamp field

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: I was spoiled by the MySQL timestamp field
Дата
Msg-id 19434.1043641252@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: I was spoiled by the MySQL timestamp field  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список pgsql-general
Lincoln Yeoh <lyeoh@pop.jaring.my> writes:
> At 05:00 PM 1/26/03 -0500, Tom Lane wrote:
>> (BTW, the reason 'now' without "timestamp" in front works is that this
>> is not a timestamp literal but a text literal, which will be coerced
>> to timestamp at runtime.)

> Is it known at the moment which of those methods the Postgresql team are
> aiming to continue supporting for the near/medium future?

AFAIK there are no plans to break any of them; though certainly
CURRENT_TIMESTAMP is the most future-proof, being spec-mandated.

            regards, tom lane

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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: I was spoiled by the MySQL timestamp field
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: When to Vacuum