contrib\xml2 package's xpath_table function in PostgreSQL

From: "HX Zheng" <hx_zheng(at)hotmail(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: contrib\xml2 package's xpath_table function in PostgreSQL
Date: 2010-01-31 21:00:22
Message-ID: COL106-DS5F7E155104EACA5098AC5FE590@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

We have a huge system based on PostgreSQL with xml2 functions. From the PostgreSQL 8.4 documentation F.38.1. Deprecation notice, it looks like those functions are removed. However, our solution is very huge, and heavily depends on them.

1. Could you please give me some instructions to get them back in the PostgreSQL 8.4?

2. Could you please also give me some details if we can find similar functions we can use to replace them in PostgreSQL 8.4?

Thank you in advance.

Best,
Michael

PS. Attached copied from PostgreSQL 8.4 documentation:
================================

F.38. xml2

The xml2 module provides XPath querying and XSLT functionality.

F.38.1. Deprecation notice

From PostgreSQL 8.3 on, there is XML-related functionality based on the SQL/XML standard in the core server. That functionality covers XML syntax checking and XPath queries, which is what this module does, and more, but the API is not at all compatible. It is planned that this module will be removed in PostgreSQL 8.4 in favor of the newer standard API, so you are encouraged to try converting your applications. If you find that some of the functionality of this module is not available in an adequate form with the newer API, please explain your issue to pgsql-hackers(at)postgresql(dot)org so that the deficiency can be addressed.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-01-31 21:04:29 Re: Re: [COMMITTERS] pgsql: Augment WAL records for btree delete with GetOldestXmin() to
Previous Message Hitoshi Harada 2010-01-31 20:51:44 Re: ordered aggregates using WITHIN GROUP (was Re: can somebody execute this query on Oracle 11.2g and send result?)