Re: ERROR: relation "table" does not exist - HELP

Поиск
Список
Период
Сортировка
От Ragnar Hafstað
Тема Re: ERROR: relation "table" does not exist - HELP
Дата
Msg-id 1102800801.28021.6.camel@localhost.localdomain
обсуждение исходный текст
Ответ на ERROR: relation "table" does not exist - HELP  ("itamar" <itamar@ispbrasil.com.br>)
Список pgsql-general
On Sat, 2004-12-11 at 01:54 -0200, itamar wrote:
> when I run
>
> select * from "table"
>
> I get this error.
>
> ERROR:  relation "table" does not exist

The table name is is folded to lowercase, unless it is in quotes.
so if the name of the table is TABLE, you need select * from "TABLE"

Is this your problem ?

gnari



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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: Shared disk
Следующее
От: Ron Peterson
Дата:
Сообщение: Re: trouble with on insert rule via libpg-perl