Re: PostgreSQL Gotchas

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: PostgreSQL Gotchas
Дата
Msg-id 20051015133108.GA14113@svana.org
обсуждение исходный текст
Ответ на Re: PostgreSQL Gotchas  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: PostgreSQL Gotchas
Список pgsql-general
On Fri, Oct 14, 2005 at 10:34:53AM -0400, Jan Wieck wrote:
> On 10/13/2005 2:40 PM, Tom Lane wrote:
> >Since the end reward for all this work would be having to read CATALOGS
> >WRITTEN IN ALL UPPER CASE, none of the key developers seem very
> >interested ...
>
> Just an idea ...
>
> if the release that offers UPPER case folding as an option also makes
> sure that all internal and tool references to system catalog objects are
> properly quoted (as they IMHO should be anyway), then it would be
> reduced to a third party tool/application problem accessing the system
> catalog in a database that has this new config option selected.

The main problem I see is that the most people who are complaining are
people who create their tables as "MixedCaseQuoted" and then refer to
them as Unquoted. Even following the SQL standard precisely will not
fix this, given that behaviour is non-standard also.

Seems to me we'd be better off creating an option
"lowercase_quoted_anyway" which solves everything, at the expense of
being even less compliant.

Once you've loaded the schema, you pg_dump it again and then you can
reload it without the option. All fixed...
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: Johan Wehtje
Дата:
Сообщение: Re: PostgreSQL 8.1 vs. MySQL 5.0?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL 8.1 vs. MySQL 5.0?