Re: Camel case identifiers and folding

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Camel case identifiers and folding
Дата
Msg-id eb20eec0-8964-90ae-8294-f987a1c6b8c9@gmx.net
обсуждение исходный текст
Ответ на Camel case identifiers and folding  (Steve Haresnape <s.haresnape@creativeintegrity.co.nz>)
Список pgsql-general
Steve Haresnape schrieb am 15.03.2019 um 00:06:
> I'm porting a sql server database to postgresql 9.6. My camelCase
> identifiers are having their humps removed. This is disconcerting and
> sad.
> 
> Is there a cure for this?
> 
> I don't want to quote my identifiers unless I have to.

You don't need to. 
Nothing prevents you from writing CustomerOrders if the table was not created with double quotes. 

The only thing is, that the name is stored differently. 
But you can still use CamelCase all over the place if stick to unquoted identifiers.





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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Facing issue in using special characters
Следующее
От: Wim Bertels
Дата:
Сообщение: Re: Camel case identifiers and folding