Re: Document DateStyle effect on jsonpath string()
David E. Wheeler <david@justatheory.com>
From: "David E. Wheeler" <david@justatheory.com>
To: jian he <jian.universality@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-09T14:45:37Z
Lists: pgsql-hackers
Attachments
- v2-0001-Document-impact-of-datestyle-on-jsonpath-string.patch (application/octet-stream) patch v2-0001
On Jul 9, 2024, at 10:35, jian he <jian.universality@gmail.com> wrote: > one tiny complaint would be maybe we need `reset datestyle`. That’s fair. Done. D
Commits
-
Make jsonpath .string() be immutable for datetimes.
- cc4fdfa411fa 17.0 landed
- cb599b9ddfcc 18.0 landed
-
Improve documentation and testing of jsonpath string() for datetimes.
- ed055d249df5 18.0 landed