Example of json_array_elements

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Example of json_array_elements
Дата
Msg-id 163671951222.8075.11449511571877078494@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Example of json_array_elements
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/functions-json.html
Description:

Maybe this example for json_array_elements is wrong?

select * from json_array_elements('[1,true, [2,false]]')

It seems to me that it should be

select * from json_array_elements('[[1,true], [2,false]]')

Thank you for this extraordinary documentation!

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: \dp privileges "decoder" dropped in v12 of docs
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Update documentation page for translators