Re: about uppercase

From: "Goulet, Dick" <DGoulet(at)vicr(dot)com>
To: "Robert Treat" <xzilla(at)users(dot)sourceforge(dot)net>, "Leo Liou" <lioul(at)hotmail(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: about uppercase
Date: 2004-12-29 04:01:03
Message-ID: 4001DEAF7DF9BD498B58B45051FBEA650207A149@25exch1.vicorpower.vicr.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

As far as I'm concerned I really don't care so long as the DBMS is
consistent on the matter. Both Oracle & PostGreSql do that.

Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Robert Treat [mailto:xzilla(at)users(dot)sourceforge(dot)net]
Sent: Tuesday, December 28, 2004 10:31 PM
To: Leo Liou
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] about uppercase

On Monday 27 December 2004 22:14, Leo Liou wrote:
> Hello, I'm a newbie at using Postgresql.
> I have a huge problem at using uppercase and lowercase.
>
> My question is if there is any possible way to set
> my Postgresql7.4.3 to uppercase?
> I mean if it's possible to set the DB server so that when i
> create a new table without double-quote at tablename and
> column name, i get a table with uppercase tablename and
> column name.
> I'm using Postgresql7.4.3 at WinXP SP1.
>

The short answer is no, you'll have to double quote or live with lower
casing.

The longer answer is that it is possible to hack the source code and
then
recompile it, however no one has ever claimed to have run such a change
in
any type of production system and there are several theories about
things
that would break under such a configuration.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Browse pgsql-admin by date

  From Date Subject
Next Message Amauri Pimenta 2004-12-30 13:46:49 Not connect to server!
Previous Message Robert Treat 2004-12-29 03:31:13 Re: about uppercase