Re: pg reserved words

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: Irina Gadassik <igadassik(at)standardbredcanada(dot)ca>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: pg reserved words
Date: 2006-03-01 03:05:58
Message-ID: 5C37DA9C-6DFD-4E0F-9B05-EF6DEBE62F68@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message AKHILESH GUPTA 2006-03-01 04:20:24 regarding grant option
Previous Message Stephan Szabo 2006-03-01 02:53:53 Re: how to add primary key to existing table with multiple