Re: XML from postgreSQL tables

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: Evgeniy Strokin <evgeniy_strokin(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: XML from postgreSQL tables
Date: 2002-05-16 14:11:24
Message-ID: 20020516141124.34373.qmail@web20803.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you are running PostgreSQL version 7.2.x, you can
install pl/perlu ("untrusted" Perl procedural
language), which will allow you to use any Perl module
that will do what you want.

Sorry, don't know enough about the modules to
recommend one in particular.

--- Evgeniy Strokin <evgeniy_strokin(at)yahoo(dot)com> wrote:
> Hmmm, I dont think generate XML from recordset on
> application side is better solution, than XML
> generating on SQLServer side.
> And there are no such tools (Java) and standards yet
> as far as I know.
> Anyway, I get the answer, Thanks for respond.
>
> Jenya
>
> --- Jeff Davis <list-pgsql-general(at)empires(dot)org>
> wrote:
> > I don't think postgres has any routines to
> generate
> > xml. You might look into
> > your application language; most have quite
> extensive
> > xml libraries. There
> > might be some better support in the future, but
> it's
> > primarily an
> > application's job to do that kind of thing.
> >
> > Regards,
> > Jeff
> >
> > On Wednesday 15 May 2002 06:58 am, Evgeniy Strokin
> > wrote:
> > > Hi,
> > > Does PostgreSQL generate XML?
> > > I need get result of query not like recordset
> but
> > like
> > > XML (probably XML will be in recordset but its
> > ok).
> > > If it doesnt support now may be some plans for
> > > future?
> > > Thanks
> > > Jenya
> > >
> > >
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > LAUNCH - Your Yahoo! Music Experience
> > > http://launch.yahoo.com
> > >
> > > ---------------------------(end of
> > broadcast)---------------------------
> > > TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org
>
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
> (send "unregister YourEmailAddressHere" to
majordomo(at)postgresql(dot)org)

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2002-05-16 14:16:01 Re: books on pl/pgsql
Previous Message Tom Lane 2002-05-16 13:52:17 Re: Iterating over rowtype/record fields?