pgsql: Fix erroneous statements about multiply specified JSON columns.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Fix erroneous statements about multiply specified JSON columns.
Дата
Msg-id E1VPJOa-0008Gj-Up@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix erroneous statements about multiply specified JSON columns.

The behaviour in json_populate_record() and json_populate_recordset()
was changed during development but the docs were not.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d70f8d5f1b8bfa62a34b79445faae39acdb0363d

Modified Files
--------------
doc/src/sgml/func.sgml |    6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix erroneous statements about multiply specified JSON columns.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow printf-style padding specifications in log_line_prefix.