From 4675fd41c72d5a1474c920ab7d37c7f96b9a727e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 24 Feb 2013 15:38:07 -0500 Subject: [PATCH] doc: Remove PostgreSQL version number from xml2 deprecation notice It is obviously no longer true. --- doc/src/sgml/xml2.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml index b0bacd6956..01961af446 100644 --- a/doc/src/sgml/xml2.sgml +++ b/doc/src/sgml/xml2.sgml @@ -21,11 +21,11 @@ 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 + removed in a future version of PostgreSQL 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@postgresql.org so that the deficiency + your issue to pgsql-hackers@postgresql.org so that the deficiency can be addressed. -- 2.50.0