Column name case conversion

Поиск
Список
Период
Сортировка
От Zeljko Trogrlic
Тема Column name case conversion
Дата
Msg-id 4.1.20000904142252.0184d320@pop.tel.hr
обсуждение исходный текст
Список pgsql-general
Hello,

Column names are behaving very strangely. In queries, all names are
converted to lowercase.

Example:

I have a table named "LOCATION".
When I try
    select * from location;
I get an error message (this is OK)
When I try
    select * from LOCATION;
I get an error message (this is NOT OK)
When I try
    select * from "LOCATION";
I get an error message (this is OK)

Is it by design? I think that database shouldn't convert name case in SQL
statements, or it should try to make case-insensitive match (like
Interbase) if double quotes are not used.
v
Zeljko Trogrlic
____________________________________________________________

Aeris d.o.o.
Sv. Petka 60 b, HR-31000 Osijek, Croatia
Tel: +385 (31) 53 00 15
Email: mailto:zeljko@post.hinet.hr

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

Предыдущее
От: Val Trifonoff
Дата:
Сообщение: User_Permissions
Следующее
От: "Zorlac"
Дата:
Сообщение: Re: Importing into Postgres from a csv file