RE: capitals in fieldnames - Mailing list pgsql-general

From Mike Mascari
Subject RE: capitals in fieldnames
Date
Msg-id 01C0BA90.123A9520.mascarm@mascari.com
Whole thread Raw
In response to capitals in fieldnames  (Markus Mohr <markus@johalla.de>)
List pgsql-general
It was initially created with quotes. If you want to access it the other way, you need to rename it:

ALTER TABLE foo RENAME COLUMN "BGF" TO BGF;

Hope that helps,

Mike Mascari

-----Original Message-----
From:    Markus Mohr [SMTP:markus@johalla.de]
Sent:    Saturday, March 31, 2001 5:02 PM
To:    pgsql-general@postgresql.org
Subject:    [GENERAL] capitals in fieldnames

Hi!

I use postgres 7.0.3 on Linux and have the following problem:
there is a field with the name 'BGF' and I can access it only with:

SELECT "BGF" FROM <table>;

Neither

SELECT BGF ... nor
SELECT bgf ...

work. But AFAIK all three should do. Whats wrong here?

thanks
markus

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly


pgsql-general by date:

Previous
From: Justin Clift
Date:
Subject: Re: Need PostgreSQL startup scripts
Next
From: Peter Eisentraut
Date:
Subject: Re: 7.0.X-> 7.1 dump/restore required?