Is "isolation" a restricted word?

Поиск
Список
Период
Сортировка
От G. Anthony Reina
Тема Is "isolation" a restricted word?
Дата
Msg-id 37DD6E70.B27F2D80@nsi.edu
обсуждение исходный текст
Ответы Re: [HACKERS] Is "isolation" a restricted word?  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Список pgsql-hackers
I am trying to make a table with a class called "isolation". For some
reason, I am getting a parser error:

=> create table cell ( isolation text );
ERROR:  parser: parse error at or near "isolation"

If I just take off the "n", I get:

=> create table cell ( isolatio text );
CREATE

This table had no problems previously; has the word isolation been used
somewhere else as a SQL word? I can't think of why else I am having
problems with the table (the syntax appears to be correct).

Thanks.
-Tony



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: HISTORY for 6.5.2
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: [HACKERS] Is "isolation" a restricted word?