Re: [HACKERS] [PATCHES] Explain XML patch v2

2008-07-04 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Freitag, 4. Juli 2008 schrieb Tom Raney: >> Regarding the XML datum, in order to support that, will all users need   >> to compile with libxml?  Are there any lighter weight solutions to   >> serialize other than libxml? > You can create XML withou

Re: [HACKERS] [PATCHES] Explain XML patch v2

2008-07-04 Thread Peter Eisentraut
Am Freitag, 4. Juli 2008 schrieb Tom Raney: > Regarding the XML datum, in order to support that, will all users need   > to compile with libxml?  Are there any lighter weight solutions to   > serialize other than libxml? You can create XML without libxml. -- Sent via pgsql-hackers mailing list (

Re: [HACKERS] [PATCHES] Explain XML patch v2

2008-07-04 Thread Tom Raney
Quoting daveg <[EMAIL PROTECTED]>: On Wed, Jul 02, 2008 at 09:01:18AM -0700, David Fetter wrote: On Wed, Jul 02, 2008 at 05:57:29PM +0200, Peter Eisentraut wrote: > It would also be interesting if EXPLAIN could optionally be a > function that returns a datum of type XML, to allow further > proc