Re: Lowercase

Martijn van Oosterhout <kleptog@cupid.suninternet.com>

From: Martijn van Oosterhout <kleptog@cupid.suninternet.com>
To: Michael Knigge <mk@set-software.de>
Cc: pgsql-novice@postgresql.org
Date: 2000-05-19T12:46:08Z
Lists: pgsql-novice
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/