Re: Turn Off Case Sensitive

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: jisson dennis <jissondennis(at)yours(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Turn Off Case Sensitive
Date: 2008-09-18 08:22:30
Message-ID: 48D20FC6.7040005@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 18/09/2008 08:15, jisson dennis wrote:

> 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.?

Not as far as I know. This is a function of PostgreSQL, not pgAdmin - it
folds names to lower-case unless you double-quote it, hence the
behaviour you observed.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Abdul Rahman 2008-09-19 04:06:15 Replication via pgadmin
Previous Message jisson dennis 2008-09-18 07:15:19 Turn Off Case Sensitive