Is "isolation" a restricted word?

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Is "isolation" a restricted word?
Date: 1999-09-13 21:36:48
Message-ID: 37DD6E70.B27F2D80@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-09-13 21:46:26 Re: [HACKERS] Is "isolation" a restricted word?
Previous Message Tom Lane 1999-09-13 21:01:40 Re: [HACKERS] Re: HISTORY for 6.5.2