Re: SQL INSERT bug with 6.5.3 and 7.0.2

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: SQL INSERT bug with 6.5.3 and 7.0.2
Дата
Msg-id 3956D5E8.C7BA58D9@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: SQL INSERT bug with 6.5.3 and 7.0.2  (John Gotts <jgotts@ww2.tqstats.com>)
Список pgsql-general
> >POSITION is a SQL reserved word.
> Shouldn't the parser then also reject "position"?

No (if I read the question correctly), since double-quoted identifiers
do not conflict with reserved words. But then, as Tom pointed out, you
will have to use the double-quotes just about everywhere.

                 - Thomas

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Insert into a table with only a SERIAL
Следующее
От: Franck Martin
Дата:
Сообщение: New types in binary ?