Re: pg reserved words - Mailing list pgsql-sql

From Michael Glaesemann
Subject Re: pg reserved words
Date
Msg-id 5C37DA9C-6DFD-4E0F-9B05-EF6DEBE62F68@myrealbox.com
Whole thread Raw
In response to pg reserved words  (Irina Gadassik <igadassik@standardbredcanada.ca>)
List pgsql-sql
On Feb 23, 2006, at 0:27 , Irina Gadassik wrote:

> I am trying to create a table freeze and it seems "freeze" is a  
> reserved word, but I don't see it in
> the list. Also in a different table I cann't create a column freeze.

http://www.postgresql.org/docs/current/interactive/sql-keywords- 
appendix.html

I see FREEZE right between FREE and FROM. It's not an SQL keyword,  
but it is used in PostgreSQL withe VACUUM command.

http://www.postgresql.org/docs/current/interactive/sql-vacuum.html

Hope this helps.

Michael Glaesemann
grzm myrealbox com





pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: how to add primary key to existing table with multiple
Next
From: "AKHILESH GUPTA"
Date:
Subject: regarding grant option