Re: xml output

From: David Fetter <david(at)fetter(dot)org>
To: "Murali K(dot) Maddali" <maddalimurali(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: xml output
Date: 2006-03-22 15:30:15
Message-ID: 20060322153014.GA2828@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 20, 2006 at 06:22:32PM -0600, Murali K. Maddali wrote:
> Hello Guys,
>
> I am trying to export the data out of the database directly to an
> xml file. Is there a way that I could this in PostgreSQL.

You could use the libxml2 bindings in contrib/ and pipe that output to
a file.

Cheers,
D
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!

In response to

  • xml output at 2006-03-21 00:22:32 from Murali K. Maddali

Browse pgsql-general by date

  From Date Subject
Next Message Seneca Cunningham 2006-03-22 15:31:00 Re: pg 8.1.3 on AIX
Previous Message Emi Lu 2006-03-22 14:44:03 about "explain analyze" cannot get detailed analyzed results for queries in a plpgsql function