Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions
Date
Msg-id 2825000.1736610154@sss.pgh.pa.us
Whole thread Raw
Responses Re: Missing quotes when deparsing XMLTABLE() and SQL/JSON query functions
List pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> While looking over ruleutils.c, I noticed a couple of places that fail
> to properly quote certain outputs:

> 1. XML namespace names in XMLTABLE().

+1, but you also need to update the xml_1.out and xml_2.out files.
IIRC, xml_1.out is what comes out without --with-libxml.
I forget what's different about xml_2.out, but you can probably
just clone the diff for xml.out and be fine.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: why there is not VACUUM FULL CONCURRENTLY?
Next
From: jian he
Date:
Subject: Re: Non-text mode for pg_dumpall