Re: relation does not exist error

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: relation does not exist error
Дата
Msg-id 20041203031854.GA32151@winnie.fuhr.org
обсуждение исходный текст
Ответ на relation does not exist error  (Simon Wittber <simonwittber@gmail.com>)
Список pgsql-general
On Fri, Dec 03, 2004 at 11:01:16AM +0800, Simon Wittber wrote:

>          List of relations
>  Schema |   Name    | Type  | Owner
> --------+-----------+-------+-------
>  public | Customers | table | simon
>  public | Persons   | table | simon
> (2 rows)
>
> WMSDV=# select * from Customers;
> ERROR:  relation "customers" does not exist

See the "Identifiers and Key Words" section in the "SQL Syntax" of
the PostgreSQL documentation.  Pay particular attention to what it
says about case sensitivity, case folding, and quoting of identifiers.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Simon Wittber
Дата:
Сообщение: relation does not exist error
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: relation does not exist error