Re: Camel case identifiers and folding

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Camel case identifiers and folding
Дата
Msg-id CAKFQuwaBpYUPng4O=Q3ge3KUytsrt+VYb4u8J-C8dd9dum9Ehw@mail.gmail.com
обсуждение исходный текст
Ответ на Camel case identifiers and folding  (Steve Haresnape <s.haresnape@creativeintegrity.co.nz>)
Список pgsql-general
On Thu, Mar 14, 2019 at 4:07 PM Steve Haresnape
<s.haresnape@creativeintegrity.co.nz> wrote:
>
> I'm porting a sql server database to postgresql 9.6. My camelCase identifiers are having their humps removed. This is
disconcertingand sad.
 
>
> Is there a cure for this?

No

>I don't want to quote my identifiers unless I have to.

PostgreSQL made the choice long ago to normalize unquoted identifiers
to lower case.  Quoting them will preserve whatever you type,
including case.

David J.


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

Предыдущее
От: Steve Haresnape
Дата:
Сообщение: Camel case identifiers and folding
Следующее
От: fuzk
Дата:
Сообщение: Re:Re: ERROR: XX000: cannot update SecondarySnapshot during aparallel operation