typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions

Started by PG Bug reporting formover 6 years ago1 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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