RE: capitals in fieldnames

Поиск
Список
Период
Сортировка
От Mike Mascari
Тема RE: capitals in fieldnames
Дата
Msg-id 01C0BA90.123A9520.mascarm@mascari.com
обсуждение исходный текст
Ответ на capitals in fieldnames  (Markus Mohr <markus@johalla.de>)
Список 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 по дате отправления:

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: Need PostgreSQL startup scripts
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: 7.0.X-> 7.1 dump/restore required?