Re: Query about time zone patterns in to_char - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Query about time zone patterns in to_char
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Query about time zone patterns in to_char  (Nitin Jadhav <[email protected]>)
Responses Re: Query about time zone patterns in to_char
List 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  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

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




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: CALL versus procedures with output-only arguments
Next
From: Bruce Momjian
Date:
Subject: Re: cutting down the TODO list thread