Re: missing schema qualifications in psql

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2010-04-01T13:59:38Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> While psql is careful to schema-qualify all references to built-in
> objects (pg_catalog.*), it completely neglects to do this for built-in
> operators,

That's intentional because of the utter lack of readability that
results if you try to use OPERATOR() everywhere ...

			regards, tom lane