Bruce Momjian <br...@momjian.us> writes:
> Based on my research, I am now proposing a new, attached patch which
> eliminates comma in all places in TRIM,

This will break even more stuff than the last patch, ie, every single
stored rule or view that contains a TRIM function.  You can *not*
eliminate, or mess with, the expr_list production, because that's what
dumping of these function calls relies on.

It's easily a dozen years too late to change this, Bruce.  Please just
think about documenting the underlying functions, if you feel a need
to do anything here.

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to