typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate - Mailing list pgsql-docs

From PG Doc comments form
Subject typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate
Date
Msg-id 156953522258.1204.12736099368284950578@wrigleys.postgresql.org
Whole thread Raw
Responses Re: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
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])

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions
Next
From: Tomas Vondra
Date:
Subject: Re: Most-common value docs in PG 12