Re: JSON output from psql

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: JSON output from psql
Дата
Msg-id CA+TgmoahevkF=czqJMkb=-zDL+ENXF95ZSQy0qa6KX=jk-9pqA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JSON output from psql  (Gurjeet Singh <gurjeet@singh.im>)
Ответы Re: JSON output from psql  (Gurjeet Singh <gurjeet@singh.im>)
Список pgsql-hackers
On Fri, May 8, 2020 at 7:32 PM Gurjeet Singh <gurjeet@singh.im> wrote:
> There's no standard format that comes to mind, but perhaps an output format similar to that of (array of
row_to_json())would be desirable. For example, `select relname, relnamespace from pg_class;` would emit the following:
 
>
> [
> {"relname": "pgclass", "relnamespace": 11},
> {"relname": "pg_statistic", "relnamespace": 11},
> ]

I don't see why psql needs any special support. You can already
generate this using the existing server side functions, if you want
it.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: making update/delete of inheritance trees scale better
Следующее
От: Robert Haas
Дата:
Сообщение: Re: making update/delete of inheritance trees scale better