Re: Yet Another Timestamp Question: Time Defaults

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Yet Another Timestamp Question: Time Defaults
Дата
Msg-id 20130122010611.120620@gmx.com
обсуждение исходный текст
Ответ на Yet Another Timestamp Question: Time Defaults  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Yet Another Timestamp Question: Time Defaults  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: Yet Another Timestamp Question: Time Defaults  (Gavan Schneider <pg-gts@snkmail.com>)
Список pgsql-general
Adrian Klaver wrote:

> I see where my confusion lies. There are two proposals at work in the above:
>
> "Taking another tangent I would much prefer the default time to be
> 12:00:00 for the conversion of a date to timestamp(+/-timezone)"
>
> "Propose: '2013-12-25'::timestamp ==> 2013-12-25 12:00:00 "
>
> For the timestamp(alias for timestamp without time zone) case the date
> does not change. For timestamp with time zone it might.

Well, the big problem here is in trying to use either version of
timestamp when what you really want is a date. It will be much
easier to get the right semantics if you use the date type for a
date.

-Kevin


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

Предыдущее
От: Tim Uckun
Дата:
Сообщение: Re: Running update in chunks?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Yet Another Timestamp Question: Time Defaults