Re: [COMMITTERS] pgsql: Add support for xmlval IS DOCUMENT expression. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Add support for xmlval IS DOCUMENT expression.
Date
Msg-id 12654.1168803513@sss.pgh.pa.us
Whole thread Raw
List pgsql-hackers
petere@postgresql.org (Peter Eisentraut) writes:
> Log Message:
> -----------
> Add support for xmlval IS DOCUMENT expression.

I don't think I trust your reverse-listing of IS DOCUMENT; you need
parens around the argument to be sure it is parsed the same way next
time, if it's not a trivial expression.

Or you could teach the pretty-print code the correct precedence rules,
but this patch hasn't done that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: [GENERAL] Autovacuum Improvements
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: Autovacuum improvements