Re: XML & PostgreSQL

From: douggorley(at)shaw(dot)ca
To: Rosta Farzan <rosta(at)acc(dot)csuhayward(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: XML & PostgreSQL
Date: 2003-03-07 22:01:16
Message-ID: c7878c528b.c528bc7878@shaw.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> Does anybody know any perl module for creating XML from PostgreSQL
> database?

What have you tried so far? Off the top of my head, I'd say look at using the fetchall_arrayref({}) function from the DBI module in tandem with the XMLout() function from the XML::Simple module.

Doug Gorley | douggorley(at)shaw(dot)ca

Browse pgsql-novice by date

  From Date Subject
Next Message Martin Neuss 2003-03-08 14:14:59 Cross-Platform development
Previous Message Rosta Farzan 2003-03-07 21:46:12 XML & PostgreSQL