Re: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: alex(dot)macy(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org, PG Doc comments form <noreply(at)postgresql(dot)org>
Subject: Re: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate
Date: 2019-09-27 13:59:11
Message-ID: 20421.1569592751@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/10/functions-json.html
> Description:

> sorry, the last message may have been incorrect. if so, the next row in
> table 9.46 should be changed from:

> jsonb_insert(target jsonb, path text[], new_value jsonb,
> [insert_after boolean])
> to:
> jsonb_insert(target jsonb, path text[], new_value jsonb[,
> insert_after boolean])

Yeah, it's this one that's not per project style, not the other one.
Will fix, thanks for the report!

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2019-09-27 16:33:01 Re: Release notes on "reserved OIDs"
Previous Message Tomas Vondra 2019-09-27 11:30:49 Re: Most-common value docs in PG 12