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

From PG Doc comments form
Subject typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions
Date
Msg-id 156953493225.1201.5919070682080721330@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/functions-json.html
Description:

In the 'Function' column of Table 9.46:
         jsonb_set(target jsonb, path text[], new_value jsonb[,
create_missing boolean])

should be 
         jsonb_set(target jsonb, path text[], new_value jsonb,
[create_missing boolean])

(misplaced '[')

- Alex

pgsql-docs by date:

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