Is "isolation" a restricted word? - Mailing list pgsql-hackers

From G. Anthony Reina
Subject Is "isolation" a restricted word?
Date
Msg-id 37DD6E70.B27F2D80@nsi.edu
Whole thread Raw
Responses Re: [HACKERS] Is "isolation" a restricted word?  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: HISTORY for 6.5.2
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [HACKERS] Is "isolation" a restricted word?