On Thursday, September 14, 2023, PG Doc comments form <
nore...@postgresql.org> wrote:
>
> I observed that arrays inside JSONB preserved order of insertion. An
> explicit line about whether the array order will be preserved or not would
> be helpful.
We don’t take on responsibility for teaching p
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/15/datatype-json.html
Description:
The following statement in the page doesn't speak about arrays which created
some confusion with developers in our company:
"By contrast, jsonb does not pre
On Thu, 14 Sep 2023 10:06:03 -0300
"Euler Taveira" wrote:
> AFAICS there isn't a chapter dedicated to memory contexts in the
> documentation. Did you check the README that I pointed out in the
> previous email? Most of the developer information is available in
> README files in the source code. S