Re: ERROR: relation "mytable" does not exist

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: ERROR: relation "mytable" does not exist
Дата
Msg-id F63E29D3-BD69-11D9-8E98-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на ERROR: relation "mytable" does not exist  ("Peter Schonefeld" <peter.schonefeld@bigpond.com>)
Список 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 по дате отправления:

Предыдущее
От: "Peter Schonefeld"
Дата:
Сообщение: ERROR: relation "mytable" does not exist
Следующее
От: Tom Lane
Дата:
Сообщение: Re: function returning record