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-30T13:47:22Z
Lists: pgsql-hackers
Attachments
- v4-0001-Document-impact-of-datestyle-on-jsonpath-string.patch (application/octet-stream) patch v4-0001
On Jul 19, 2024, at 10:22, David E. Wheeler <david@justatheory.com> wrote: > > Here’s a rebase on 5784a49. I also updated the commitfest item[1] to link to a new pull request[2], since I seem to have turned the other one into the tz conversion bug fix. > > [1]: https://commitfest.postgresql.org/49/5101/ > [2]: https://github.com/theory/postgres/pull/8 Rebase on 47c9803. I also changed the commitfest item[1] to “ready for committer”, since jian reviewed it, though I couldn’t see a way to add jian as a reviewer in the app. Hope that makes sense. Best, David
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