Re: Document DateStyle effect on jsonpath string() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Document DateStyle effect on jsonpath string()
Date
Msg-id 3541398.1725994308@sss.pgh.pa.us
Whole thread Raw
In response to Re: Document DateStyle effect on jsonpath string()  ("David E. Wheeler" <david@justatheory.com>)
Responses Re: Document DateStyle effect on jsonpath string()
List pgsql-hackers
"David E. Wheeler" <david@justatheory.com> writes:
> Rebase on 47c9803. I also changed the commitfest item[1] to “ready for committer”, since jian reviewed it, though I
couldn’tsee a way to add jian as a reviewer in the app. Hope that makes sense. 

Pushed with a little additional polishing.

I thought the best way to address jian's complaint about DateStyle not
being clearly locked down was to change horology.sql to verify the
prevailing setting, as it has long done for TimeZone.  That's the
lead test script for related stuff, so it makes the most sense to
do it there.  Having done that, I don't feel a need to duplicate
that elsewhere.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible
Next
From: Tom Lane
Date:
Subject: Re: pg_trgm comparison bug on cross-architecture replication due to different char implementation