Re: XML ouput for psql - Mailing list pgsql-hackers

From Sean Chittenden
Subject Re: XML ouput for psql
Date
Msg-id 20030306005049.GY79234@perrin.int.nxad.com
Whole thread Raw
In response to Re: XML ouput for psql  ("Bob Calco" <robert.calco@verizon.net>)
Responses Re: XML ouput for psql  ("Bob Calco" <robert.calco@verizon.net>)
List pgsql-hackers
> I like PostgreSQL just as it is, and truth be told, I'd like to see some
> additional features in PL/pgSQL that are completely unrelated to the whole
> XML issue. But I see some interesting possibilities for PostgreSQL to make
> inroads in enterprise development if it were the first open source database
> to do something truly useful with XQuery concepts.

Um, why change the backend at all?  Why not have libpq do the
interference mapping between the front end and backend so that we can
leave the backend alone?  Seems like a simple application of a good
SAX parser to me.  -sc

-- 
Sean Chittenden


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: XML ouput for psql
Next
From: Joe Conway
Date:
Subject: Re: XML ouput for psql