Turn Off Case Sensitive - Mailing list pgadmin-support

From jisson dennis
Subject Turn Off Case Sensitive
Date
Msg-id 20080918071519.8CFB547808F@ws1-5.us4.outblaze.com
Whole thread Raw
Responses Re: Turn Off Case Sensitive  (Raymond O'Donnell <rod@iol.ie>)
List pgadmin-support
Hi,
 
     I am using PostgreSQL 8.3.3. I am getting the following error message
ERROR: relation "project" does not exist
SQL state: 42P01

when executing SELECT * FROM "project"
But it works if the case of tablename is changed like

SELECT * FROM "PROJECT"

Actually table name is PROJECT.
Is there a way to completely turn off case sensitivity of the names of table, field, sequence, etc.?




--
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com



pgadmin-support by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [GENERAL] PostgreSQL
Next
From: Raymond O'Donnell
Date:
Subject: Re: Turn Off Case Sensitive