Re: Postgre and XML

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: x asasaxax <xanaruto(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Postgre and XML
Date: 2007-11-19 21:37:41
Message-ID: 20071119213741.GB3244@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

x asasaxax escribió:
> I dont know how can i enable the xml in postgre. I´ve tried to do a xml
> search function but it seams that the postgre doesen´t recognized the
> function. How can I install and use the xml on the postgre?

What version of Postgres? In Postgres 8.2 and earlier, you need to
install a Postgres contrib module. In Postgres 8.3 (currently in beta),
you need to rebuild Postgres with --with-libxml to enable the internal
Postgres XML functionality.

Note to Postgres people: do we think that repetition will cause the
correct name to stick?

--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"La gente vulgar solo piensa en pasar el tiempo;
el que tiene talento, en aprovecharlo"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2007-11-19 21:44:05 Re: Postgre and XML
Previous Message Sean Davis 2007-11-19 21:29:51 plpython array support