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

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate
Дата
Msg-id 156953522258.1204.12736099368284950578@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions - alternate  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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])

В списке pgsql-docs по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Most-common value docs in PG 12