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

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема typo in 9.15. JSON Functions and Operators Table 9.46. JSON Processing Functions
Дата
Msg-id 156953493225.1201.5919070682080721330@wrigleys.postgresql.org
обсуждение исходный текст
Список 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

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

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