summaryrefslogtreecommitdiff
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:39:48 -0500
commitba66d575065836ab4a4e0c89d64713fbd5c49a8a (patch)
tree82b4671a78e01efd423597f53d9a360191758622
parentc16a9be8d2d00ae9eb4c217d3d57c8b9616caf04 (diff)
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>