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 1sqFY4-008AR0-3t for pgsql-hackers@arkaria.postgresql.org; Mon, 16 Sep 2024 17:30:05 +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 1sqFY3-00GkE6-MJ for pgsql-hackers@arkaria.postgresql.org; Mon, 16 Sep 2024 17:30:03 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sqFY3-00GkDx-CC for pgsql-hackers@lists.postgresql.org; Mon, 16 Sep 2024 17:30:03 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sqFY0-001Ucn-Lr for pgsql-hackers@lists.postgresql.org; Mon, 16 Sep 2024 17:30:02 +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 48GHTtNl1221392; Mon, 16 Sep 2024 13:29:55 -0400 From: Tom Lane To: "David E. Wheeler" cc: Andrew Dunstan , Peter Eisentraut , jian he , PostgreSQL Hackers Subject: Re: Document DateStyle effect on jsonpath string() In-reply-to: <9E6326D3-5965-4619-BAFC-ECD5641B20CD@justatheory.com> References: <56955B33-6959-4FDA-A459-F00363ECDFEE@justatheory.com> <4D874C72-8939-4083-8336-AB114D9E29AD@justatheory.com> <3541398.1725994308@sss.pgh.pa.us> <3654686.1725999372@sss.pgh.pa.us> <5e8879d0-a3c8-4be2-950f-d83aa2af953a@eisentraut.org> <3811774.1726063865@sss.pgh.pa.us> <3824427.1726067484@sss.pgh.pa.us> <5801E26B-E2AB-4BA3-8B69-EF8837389284@justatheory.com> <3832087.1726070787@sss.pgh.pa.us> <3835867.1726072002@sss.pgh.pa.us> <3892235.1726081715@sss.pg! ! h.pa.us> <6B388D57-0981-47C3-AD08-7338EE57F0E1@justatheory.com> <3895837.1726083785@sss.pgh.pa.us> <9E6326D3-5965-4619-BAFC-ECD5641B20CD@justatheory.com> Comments: In-reply-to "David E. Wheeler" message dated "Mon, 16 Sep 2024 13:25:17 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1221390.1726507795.1@sss.pgh.pa.us> Date: Mon, 16 Sep 2024 13:29:55 -0400 Message-ID: <1221391.1726507795@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "David E. Wheeler" writes: > BTW, will the back-patch to 17 (cc4fdfa) be included in 17.0 or 17.1? 17.0. If we were already past 17.0 I'd have a lot more angst about changing this behavior. regards, tom lane