summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2013-02-24 20:38:07 +0000
committerPeter Eisentraut2013-02-24 20:40:16 +0000
commite4e35491fcfeeff98ef3454dc4fd060d4812b6f2 (patch)
tree6e85cbeb7878fa42b88fb28fd54a8984865193e2
parente779194708f6d4a3ca942c15cd431698cdbbaac4 (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 [email protected] so that the deficiency
+ your issue to <email>[email protected] so</email> that the deficiency
can be addressed.
</para>
</sect2>