capitals in fieldnames

Поиск
Список
Период
Сортировка
От Markus Mohr
Тема capitals in fieldnames
Дата
Msg-id 3AC653EB.5AA66C5C@johalla.de
обсуждение исходный текст
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: where does the -i go?
Следующее
От: "IGB.NET"
Дата:
Сообщение: ...