Re: Allow disabling folding of unquoted identifiers to lowercase

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: "Klaus P(dot) Pieper" <kpi6288(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Allow disabling folding of unquoted identifiers to lowercase
Date: 2016-05-08 19:12:00
Message-ID: 15da85ee-30e3-6f26-4368-5d74d72f692a@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message drum.lucas@gmail.com 2016-05-09 02:07:29 Increased I/O / Writes
Previous Message Klaus P. Pieper 2016-05-08 09:41:03 Re: Allow disabling folding of unquoted identifiers to lowercase