PSQL suggested enhancement

Поиск
Список
Период
Сортировка
От Dean Gibson (DB Administrator)
Тема PSQL suggested enhancement
Дата
Msg-id 4357303B.5020306@ultimeth.com
обсуждение исходный текст
Ответы Re: PSQL suggested enhancement  (Michael Glaesemann <grzm@myrealbox.com>)
Список pgsql-general
PSQL has the option to output the result of queries in several different
formats, including HTML.  Suggestion:  have an option to output query
results in XML format.  Suggested format:

<row>
  <field-1-name>field-1 value</field-1-name>
  <field-2-name>field-2 value</field-2-name>
</row>

etc.  The user would be responsible for adding the enclosing XML.

NULL values could be output as <field-n-name />

Optionally, tags could contain an attribute describing the field type.

Or is there a way to do this I don't know about?

-- Dean


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

Предыдущее
От: "surabhi.ahuja"
Дата:
Сообщение: server , client encoding issue
Следующее
От: CSN
Дата:
Сообщение: NULL != text ?