Re: Allow disabling folding of unquoted identifiers to lowercase

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Allow disabling folding of unquoted identifiers to lowercase
Дата
Msg-id 15da85ee-30e3-6f26-4368-5d74d72f692a@iol.ie
обсуждение исходный текст
Ответ на Re: Allow disabling folding of unquoted identifiers to lowercase  ("Klaus P. Pieper" <kpi6288@gmail.com>)
Список pgsql-general
On 08/05/2016 10:41, Klaus P. Pieper wrote:
> For me is the way Sybase works is just more convenient:
>
> CREATE MyTable (MyColumn varchar);
>
> creates a camel cased table MyType and field MyColumn.
>
> SELECT * FROM SYSCATALOG gives MyTable.
>
> This is better readable when you use long table / fiel names.

I reckon this is just a matter of style... I use underscores to make
long names readable...

   create table my_table_with_a_really_long_name;

....and it works fine.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: "Klaus P. Pieper"
Дата:
Сообщение: Re: Allow disabling folding of unquoted identifiers to lowercase
Следующее
От: "Sterpu Victor"
Дата:
Сообщение: Slow query when the select list is big