PSQL suggested enhancement

From: "Dean Gibson (DB Administrator)" <postgresql4(at)ultimeth(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: PSQL suggested enhancement
Date: 2005-10-20 05:50:51
Message-ID: 4357303B.5020306@ultimeth.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2005-10-20 06:04:36 NULL != text ?
Previous Message Craig 2005-10-20 04:32:30 How Do I install the Admin Module (pgAdmin III)