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

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: alex(dot)macy(at)gmail(dot)com
Subject: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions
Date: 2019-09-26 21:55:32
Message-ID: 156953493225.1201.5919070682080721330@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2019-09-26 22:00:22 typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate
Previous Message Bruce Momjian 2019-09-26 21:31:07 Re: Most-common value docs in PG 12