missing schema qualifications in psql - Mailing list pgsql-hackers

From Peter Eisentraut
Subject missing schema qualifications in psql
Date
Msg-id 1270116921.17667.4.camel@fsopti579.F-Secure.com
Whole thread Raw
Responses Re: missing schema qualifications in psql  ("Greg Sabino Mullane" <greg@turnstep.com>)
Re: missing schema qualifications in psql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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, which can lead to surprising misbehaviors when users have
created custom operators.  Here is a patch to address that.  It will
need a bit of testing.

pg_dump has similar problems, probably other components as well.

Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [GENERAL] Postgres 9.1 - Release Theme
Next
From: Robert Haas
Date:
Subject: Re: pending patch: Re: HS/SR and smart shutdown