mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 10:40:09 -04:00
Update expected regression test output for xml_2.out
This one has been forgotten in 8bf257aeba. Per report from buildfarm
member massasauga.
Backpatch-through: 14
This commit is contained in:
parent
a8ee70bd5e
commit
0b74df66f0
1 changed files with 6 additions and 0 deletions
|
|
@ -930,6 +930,12 @@ SELECT xpath('root', '<root/>');
|
|||
{<root/>}
|
||||
(1 row)
|
||||
|
||||
SELECT xpath('//namespace::foo', '<root xmlns:foo="http://127.0.0.1"/>');
|
||||
xpath
|
||||
--------------------
|
||||
{http://127.0.0.1}
|
||||
(1 row)
|
||||
|
||||
-- Round-trip non-ASCII data through xpath().
|
||||
DO $$
|
||||
DECLARE
|
||||
|
|
|
|||
Loading…
Reference in a new issue