Re: Repost: Get table/field-identifiers in uppercase

From: Klaus Reger <K(dot)Reger(at)wwwdb(dot)org>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Repost: Get table/field-identifiers in uppercase
Date: 2001-07-12 05:05:23
Message-ID: 200107120505.f6C55Xo26505@pc01.reger-clan.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday, 10. July 2001 11:45, you wrote:
> > When a new table or field is created without quotes, it is assumed to be
> > case-insensitive. Herefore I have some questions:
> >
> > - Is it SQL-92-conform to handle >"test"< like >test< without quotes, or
> > shouldn't it be >test< forced to lowercase?
>
> I do not understand this question. If you want case sensitivity, you need
> to quote your identifiers. Unquoted identifiers are case insensitive.
> I do not think the standard states what should happen when you start mixing
> quoted and unquoted identifiers for the same object.

OK, lets assume I want the field test explicitly in lowercase (and ONLY in
lowercase). I can see no way to make this with the current implementation.

By the way in Oracle, we have the same problem, but everything is in
uppercase.

Regards & thanks

Klaus

--
Visit WWWdb at
http://wwwdb.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Klaus Reger 2001-07-12 05:05:56 Re: Possible feature?
Previous Message spshealy 2001-07-12 04:40:55 SIGCHLD handler in Postgres C function.