Re: Does pgAdmin have to double-quote table and

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Does pgAdmin have to double-quote table and
Date: 2006-11-06 00:25:27
Message-ID: 454E80F7.6020406@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

novnov wrote:
> Is there anything like SOP for pgsql devs then? Do most stick to lowercase
> everywhere, and skip the issues, or do they keep the namestyles like
> "ItemName" and just accomodate the need to double quote when it arises? I am
> sure good devs could go either way, but curious if you or other have any
> impressions re common practice. I'd guess most decide to use the "ItemName"
> style, since double quoting would only be an issue under some circumstances
> (like writing sprocs), and double quotes aren't a heavy burden anyways.
>

I would generally stick to lower case names. Just like I would generally
avoid non-ASCII characters in names. I certainly do, I think most do.
Makes your life easier.

Regards
Erwin

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-11-06 11:20:41 Re: GUI glitches in 1.6rc1 for Mac OS X
Previous Message novnov 2006-11-05 23:25:42 Re: Does pgAdmin have to double-quote table and