Re: Erro

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Erro
Дата
Msg-id 20040503222914.Y26988@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Erro  (Aldrey Galindo <aldreygalindo@yahoo.com.br>)
Список pgsql-bugs
On Wed, 28 Apr 2004, [iso-8859-1] Aldrey Galindo wrote:

> Hi,
>    Would like to report a problem that happened with a
> friend mine.  I was to inquire and I found the
> following one.
>
> --
> db=# create table teste (desc varchar(50));
> ERROR:  parser: parse error at or near "desc" at
> character 21
> db=# create table table (teste varchar(50));
> ERROR:  parser: parse error at or near "table" at
> character 14

DESC and TABLE are reserved words in SQL, so you need to double
quote them to use them as column or table names.

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: BUG #1145: silent REVOKE failures
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: [GENERAL] cache lookup of relation 165058647 failed