Re: BUG #4047: case preserve for columns

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #4047: case preserve for columns
Дата
Msg-id 47E3CFB2.5040207@hogranch.com
обсуждение исходный текст
Ответ на BUG #4047: case preserve for columns  ("Eugen Konkov" <Eugen.Konkov@aldec.com>)
Список pgsql-bugs
Eugen Konkov wrote:
> Is there any workaround other then quoting to get working 1) and 2) as
> expected?
>

The SQL standard actually says everything not quoted should be upshifted
to upper case.   PostgreSQL opted for lower case a long time ago and has
stuck with this for legacy.

If your "100K lines of SQL" are autogenerated, why not have the
autogenerator quote everything thats supposed to be case specific,
alleviating any such problems ?

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

Предыдущее
От: "Eugen Konkov"
Дата:
Сообщение: BUG #4047: case preserve for columns
Следующее
От:
Дата:
Сообщение: Re: BUG #4047: case preserve for columns