Re: ERROR: relation "mytable" does not exist

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ERROR: relation "mytable" does not exist
Дата
Msg-id 200505071243.35643.peter_e@gmx.net
обсуждение исходный текст
Ответ на ERROR: relation "mytable" does not exist  ("Peter Schonefeld" <peter.schonefeld@bigpond.com>)
Список 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/

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Backup when the database is missing all of the pg_* tables
Следующее
От: Vasilis Ventirozos
Дата:
Сообщение: thats funny :)