Re: patch: make_timestamp function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch: make_timestamp function
Дата
Msg-id 574.1386963314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch: make_timestamp function  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Ответы Re: patch: make_timestamp function
Re: patch: make_timestamp function
Список pgsql-hackers
Fabrízio de Royes Mello <fabriziomello@gmail.com> writes:
> I think the goal of the "make_date/time/timestamp" function series is build
> a date/time/timestamp from scratch, so the use of 'make_timestamptz' is to
> build a specific timestamp with timezone and don't convert it.

Yeah; we don't really want to incur an extra timezone rotation just to get
to a timestamptz.  However, it's not clear to me if make_timestamptz()
needs to have an explicit zone parameter or not.  It could just assume
that you meant the active timezone.
        regards, tom lane



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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extension Templates S03E11
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: patch: make_timestamp function