Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so5xy-008G4p-Eg for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Sep 2024 18:51:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1so5xy-000SYf-1j for pgsql-hackers@arkaria.postgresql.org; Tue, 10 Sep 2024 18:51:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so5xx-000SVj-OE for pgsql-hackers@lists.postgresql.org; Tue, 10 Sep 2024 18:51:53 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1so5xu-000W2l-AT for pgsql-hackers@lists.postgresql.org; Tue, 10 Sep 2024 18:51:53 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 48AIpm0M3541399; Tue, 10 Sep 2024 14:51:48 -0400 From: Tom Lane To: "David E. Wheeler" cc: jian he , PostgreSQL Hackers Subject: Re: Document DateStyle effect on jsonpath string() In-reply-to: References: <56955B33-6959-4FDA-A459-F00363ECDFEE@justatheory.com> <4D874C72-8939-4083-8336-AB114D9E29AD@justatheory.com> Comments: In-reply-to "David E. Wheeler" message dated "Tue, 30 Jul 2024 09:47:22 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3541397.1725994308.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Sep 2024 14:51:48 -0400 Message-ID: <3541398.1725994308@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David E. Wheeler" writes: > Rebase on 47c9803. I also changed the commitfest item[1] to =E2=80=9Crea= dy for committer=E2=80=9D, since jian reviewed it, though I couldn=E2=80=99= t see 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