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:41:06 -0500
commit570e15f16f1c13c2b6b7fd75605fb77a052320f4 (patch)
tree6f141ebd859d5fef0034d6e1f9001840733f4541
parent2aaa14d4218350756bc51ab623dbf1f43dbe3fc1 (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 80a3a45bed2..c3e143ac324 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>