Re: XML ouput for psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: greg(at)turnstep(dot)com
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: XML ouput for psql
Date: 2003-02-27 13:50:48
Message-ID: Pine.LNX.4.44.0302271032210.2215-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

greg(at)turnstep(dot)com writes:

> Patch to add XML output to psql:

This would get me more excited if you do one or both of the following:

1. Look into the SQL/XML standard draft (ftp.sqlstandards.org) to find out
whether the standard addresses this sort of thing.

2. Use an established/standardized XML (or SGML) table model rather than
rolling your own.

Incidentally, the HTML table model is such an established and standardized
XML and SGML table model, so the easiest way to get the task "add XML
output to psql" done is to update the HTML output to conform to XHTML.
That way you get both the strict XML and you can look at the formatted
result with any old (er, new) browser.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-27 14:59:05 Re: Free-space-map management thoughts
Previous Message Stephen Marshall 2003-02-27 13:49:15 Re: Free-space-map management thoughts

Browse pgsql-patches by date

  From Date Subject
Next Message Ross J. Reedstrom 2003-02-27 16:13:29 Re: Simplifying timezone support
Previous Message Christopher Kings-Lynne 2003-02-27 06:24:02 Dump CLUSTER in pg_dump