Re: From TODO, XML? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: From TODO, XML?
Date
Msg-id 200107300319.f6U3JGY24953@candle.pha.pa.us
Whole thread Raw
In response to From TODO, XML?  (mlw <markw@mohawksoft.com>)
List pgsql-hackers
> I was looking over the todo list and saw that someone wanted to support XML. I
> have some quick and dirty stuff that could be used.
> 
> OK, what should the feature look like?
> 
> Should it be grafted onto pg_dump or should a new utility pg_xml be created?
> 
> How strict should it be? A stricter parser is easier to write, one can use a
> library, unfortunately most xml is crap and for the utility to be useful, it
> has to be real fuzzy.
> 
> Any input would be appreciated.

The updated TODO item is:
* Add XML interface:  psql, pg_dump, COPY, separate server (?)

I am unsure where we want it.  We could do COPY and hence a flag in
pg_dump, or psql like we do HTML from psql.  A separate server would
accept XML queries and return results.

What do people want?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: LIBPQ on Windows and large Queries
Next
From: Bruce Momjian
Date:
Subject: Re: Re: Re: Re: Storing XML in PostgreSQL