diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-08-26 14:40:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-08-26 14:40:53 -0400 |
commit | aa9630cce04d3512e1ca5131013a0a669b39fcac (patch) | |
tree | bc81053907d227ef2a5bded8af2c41369a45cd56 | |
parent | 63c6522dae38e3cf6d1af795db441686e716b331 (diff) | |
download | postgresql-aa9630cce04d3512e1ca5131013a0a669b39fcac.tar.gz postgresql-aa9630cce04d3512e1ca5131013a0a669b39fcac.zip |
release notes: backpatch removal of xpath item to 9.5 tree
Backpatch a93545e13f832d457e00420d44ccce1f88f899d4 to the 9.5 tree
Backpatch to 9.5 only
-rw-r--r-- | doc/src/sgml/release-9.5.sgml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml index bbaa88688df..438c5ed09d7 100644 --- a/doc/src/sgml/release-9.5.sgml +++ b/doc/src/sgml/release-9.5.sgml @@ -1390,23 +1390,6 @@ FIXME: Better description? <listitem> <!-- -2015-01-06 [79af9a1] Peter ..: Fix namespace handling in xpath function ---> - <para> - Fix <type>XML</> <link - linkend="functions-xml-processing"><function>xpath()</></> handling - to return namespace declarations even if the namespace is in a - parent element (Ali Akbar) - </para> - - <para> - Previously the namespace was not returned, potentially leading to - invalid <type>XML</>. - </para> - </listitem> - - <listitem> -<!-- 2014-10-21 [6f04368] Peter ..: Allow input format xxxx-xxxx-xxxx for macaddr .. --> <para> |