Re: ERROR: relation "mytable" does not exist - Mailing list pgsql-novice

From John DeSoi
Subject Re: ERROR: relation "mytable" does not exist
Date
Msg-id F63E29D3-BD69-11D9-8E98-000A95B03262@pgedit.com
Whole thread Raw
In response to ERROR: relation "mytable" does not exist  ("Peter Schonefeld" <peter.schonefeld@bigpond.com>)
List pgsql-novice
On May 5, 2005, at 9:12 AM, Peter Schonefeld wrote:

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

If you double quote the table and column names, you'll have to use it
that way everywhere in your code. Try

SELECT * FROM "Country";

>
> Also, I'm looking for a good reference on functions.
>

http://www.postgresql.org/docs/8.0/interactive/functions.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-novice by date:

Previous
From: "Peter Schonefeld"
Date:
Subject: ERROR: relation "mytable" does not exist
Next
From: Tom Lane
Date:
Subject: Re: function returning record