BUG #3430: Case Sensitive Table Names

From: "Ashwin" <ashwin_poddar(at)persistent(dot)co(dot)in>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3430: Case Sensitive Table Names
Date: 2007-07-06 07:08:57
Message-ID: 200707060708.l6678vgL060512@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3430
Logged by: Ashwin
Email address: ashwin_poddar(at)persistent(dot)co(dot)in
PostgreSQL version: 8.2.4
Operating system: Linux
Description: Case Sensitive Table Names
Details:

I have a strange problem,

I have created a Table with name Employee_Master
when i fire a Query as
Select * from Employee_Master
it give me an error as employee_master doesnt Exists.
but when i rename my table name as employee_master
the query works fine...
is that necessary to have table names in small case????
Please help me...

Thanks,
Ashwin

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stéphane Schildknecht 2007-07-06 07:38:44 Re: BUG #3430: Case Sensitive Table Names
Previous Message balajisundar 2007-07-06 06:58:59 DB Install Problem