Re: Query about time zone patterns in to_char

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Query about time zone patterns in to_char
Дата
Msg-id 20210520182515.GA8971@momjian.us
обсуждение исходный текст
Ответ на Re: Query about time zone patterns in to_char  (Nitin Jadhav <nitinjadhavpostgres@gmail.com>)
Ответы Re: Query about time zone patterns in to_char  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
On Thu, May 20, 2021 at 12:21:12PM +0530, Nitin Jadhav wrote:
> Thanks Suraj for reviewing the patch.
> 
> > 1:
> > +RESET timezone;
> > +
> > +
> > CREATE TABLE TIMESTAMPTZ_TST (a int , b timestamptz);
> >
> > Extra line.
> >
> > 2:
> > +SET timezone = '00:00';
> > +SELECT to_char(now(), 'of') as "Of", to_char(now(), 'tzh:tzm') as "tzh:tzm";
> 
> I have fixed these comments.
> 
> > I am not sure whether we should backport this or not but I don't see any
> issues with back-patching.

Only significant fixes are backpatched, not features.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: CALL versus procedures with output-only arguments
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: cutting down the TODO list thread