Thread: Installation of xpath (read xml on postgres)

Installation of xpath (read xml on postgres)

From
Dariel Nicolas De Jesus Medrnao
Date:
Hello.<br /><br />I need install the function in postgres to read xml.<br />The function is xpath.... I do not find the
guideof installation procedure of the function. <br /><br />Need to get something?<br /><br />Explain to me how to it
theinstalation.<br /><br />Thanks.<br /><br /> 

Re: Installation of xpath (read xml on postgres)

From
Heikki Linnakangas
Date:
On 29.09.2012 15:53, Dariel Nicolas De Jesus Medrnao wrote:
> I need install the function in postgres to read xml.
> The function is xpath.... I do not find the guide of installation procedure
> of the function.
>
> Need to get something?
>
> Explain to me how to it the instalation.

It's built-in, no need to install anything. See user manual: 
http://www.postgresql.org/docs/9.2/static/functions-xml.html#FUNCTIONS-XML-PROCESSING

PS. This mailing list is for discussion of development of PostgreSQL, 
please use pgsql-general or pgsql-novice for this kind of questions in 
the future.

- Heikki