missing schema qualifications in psql

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: missing schema qualifications in psql
Date: 2010-04-01 10:15:21
Message-ID: 1270116921.17667.4.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
schema-qual.diff text/x-patch 69.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-04-01 10:48:12 Re: pending patch: Re: HS/SR and smart shutdown
Previous Message Magnus Hagander 2010-04-01 10:04:59 Re: pgsql: Add contraint exclusion section to contraint docs.