Re: PostgreSQL Gotchas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL Gotchas
Дата
Msg-id 22146.1129558619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL Gotchas  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: PostgreSQL Gotchas  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-general
Jan Wieck <JanWieck@Yahoo.com> writes:
> What is bad about leaving pg_catalog all lower case and expect everyone
> to query the catalog quoted?

The fact that it will break every nontrivial client currently in
existence.  Those quotes aren't there in the clients and we can't
suddenly mandate them to become there.  Also, that approach does not
work for built-in functions (MAX, etc)

            regards, tom lane

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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: PostgreSQL Gotchas
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Safe to kill idle connections?