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

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 - alternate
Date: 2019-09-26 22:00:22
Message-ID: 156953522258.1204.12736099368284950578@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:

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])

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tomas Vondra 2019-09-27 11:30:49 Re: Most-common value docs in PG 12
Previous Message PG Doc comments form 2019-09-26 21:55:32 typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions