aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-02-24 15:38:07 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-02-24 15:38:07 -0500
commit3163baa6d2d12c28f45fec60ab313537ea9a43a4 (patch)
tree214fc3246d2c9e7c5ac4b07b79b26d3f687e29e4
parente5bf0c376ed43feaebbe37519a6b8bc8e795f1d2 (diff)
downloadpostgresql-3163baa6d2d12c28f45fec60ab313537ea9a43a4.tar.gz
postgresql-3163baa6d2d12c28f45fec60ab313537ea9a43a4.zip
doc: Remove PostgreSQL version number from xml2 deprecation notice
It is obviously no longer true.
-rw-r--r--doc/src/sgml/xml2.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/xml2.sgml b/doc/src/sgml/xml2.sgml
index ce5a2f0645b..c8b841cd6b8 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 <email>pgsql-hackers@postgresql.org so</email> that the deficiency
can be addressed.
</para>
</sect2>