missing schema qualifications in psql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема missing schema qualifications in psql
Дата
Msg-id 1270116921.17667.4.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответы Re: missing schema qualifications in psql
Re: missing schema qualifications in psql
Список 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.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [GENERAL] Postgres 9.1 - Release Theme
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pending patch: Re: HS/SR and smart shutdown