Обсуждение: Lowercase

Поиск
Список
Период
Сортировка

Lowercase

От
Michael Knigge
Дата:
Hi all,

I've a Database named "Data", a Table named "Customers". When I
issue a

SELECT * FROM Customers

I get the message "table customers not found" (or similar).
BTW, I use ODBC from Windows NT.


How can I tell Postrgres NOT to convert my Table, Column
and Databasenames to lowercase?

Thank you very much,
   Michael






Re: Lowercase

От
Martijn van Oosterhout
Дата:
Michael Knigge wrote:
>
> Hi all,
>
> I've a Database named "Data", a Table named "Customers". When I
> issue a
>
> SELECT * FROM Customers
>
> I get the message "table customers not found" (or similar).
> BTW, I use ODBC from Windows NT.
>
> How can I tell Postrgres NOT to convert my Table, Column
> and Databasenames to lowercase?

Interesting. AFAIK postgres is case-insensetive. At least here
"select * from tablename", "SELECT * from TABLENAME" and
"SeLeCt * FrOm TaBlEnAmE" do exactly the same thing...

Hope this helps...

--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/