1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

doc: Remove PostgreSQL version number from xml2 deprecation notice

It is obviously no longer true.
This commit is contained in:
Peter Eisentraut
2013-02-24 15:38:07 -05:00
parent a8d80461a2
commit 4675fd41c7

View File

@ -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>