Re: Patch: Improve Boolean Predicate JSON Path Docs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "David E. Wheeler" <david@justatheory.com>
Cc: Erik Wienhold <ewie@ewie.name>, pgsql-hackers@lists.postgresql.org
Date: 2024-01-24T21:32:58Z
Lists: pgsql-hackers
Attachments
- v8-0001-Improve-boolean-predicate-JSON-Path-docs.patch (text/x-diff) patch v8-0001
"David E. Wheeler" <david@justatheory.com> writes: > In any event, something to do with @@, perhaps to have some compatibility with `jsonb @> jsonb`? I don’t know why @@ was important to have. Yeah, that's certainly under-explained. But it seems like I'm not getting traction for the idea of changing the behavior, so let's go back to just documenting it. I spent some time going over your text and also cleaning up nearby shaky English, and ended with v8 attached. I'd be content to commit this if it looks good to you. regards, tom lane
Commits
-
Doc: improve documentation for jsonpath behavior.
- 7014c9a4bba2 17.0 landed
-
Ensure we have a snapshot while dropping ON COMMIT DROP temp tables.
- 54b208f90963 17.0 cited