Installation of xpath (read xml on postgres)

Lists: pgsql-hackers
From: Dariel Nicolas De Jesus Medrnao <darieldejesus(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Installation of xpath (read xml on postgres)
Date: 2012-09-29 12:53:31
Message-ID: CACy85ZeKdrJb9G7yrahp0iMoa-VbQMKPzGm1NLM2_3c9d=mzKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello.

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.

Thanks.


From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Dariel Nicolas De Jesus Medrnao <darieldejesus(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Installation of xpath (read xml on postgres)
Date: 2012-10-02 06:37:16
Message-ID: 506A8B9C.40001@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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