typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate
PG Doc comments form <[email protected]> Thu, 26 Sep 2019 22:00:22 +0000
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
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])