Re: ERROR: relation "mytable" does not exist

Поиск
Список
Период
Сортировка
Искать
От
John DeSoi
Тема
Re: ERROR: relation "mytable" does not exist
Дата
в 10:31:26
Msg-id
F63E29D3-BD69-11D9-8E98-000A95B03262@pgedit.com
Ответ на
Список
Дерево обсуждения
ERROR: relation "mytable" does not exist "Peter Schonefeld" <peter.schonefeld@bigpond.com>
Re: ERROR: relation "mytable" does not exist John DeSoi <desoi@pgedit.com>

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 по дате отправления
От: Peter Schonefeld
Дата:
От: Tom Lane
Дата:
Сообщение: Re: function returning record
FAQ