Re: ERROR: relation "mytable" does not exist

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Peter Schonefeld" <peter(dot)schonefeld(at)bigpond(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ERROR: relation "mytable" does not exist
Date: 2005-05-07 10:43:34
Message-ID: 200505071243.35643.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Peter Schonefeld wrote:
> CREATE TABLE "Country"

> If i try SELECT * FROM Country, i get 'ERROR: relation "country" does
> not exist.

If you write "Country" once, then you might write "Country", not
Country, all the time, because otherwise the name will be converted to
lower case.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Vasilis Ventirozos 2005-05-09 11:06:46 thats funny :)
Previous Message Tom Lane 2005-05-07 04:40:00 Re: Backup when the database is missing all of the pg_* tables