Re: XML from postgreSQL tables

From: Evgeniy Strokin <evgeniy_strokin(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: XML from postgreSQL tables
Date: 2002-05-15 19:58:50
Message-ID: 20020515195850.93591.qmail@web10105.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Johnson, Shaunn 2002-05-15 20:02:02 books on pl/pgsql
Previous Message Doug Fields 2002-05-15 19:31:30 Force a merge join?