Re: Time as keyword

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dwayne Miller <dwayne-miller(at)home(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Time as keyword
Date: 2002-01-08 14:44:49
Message-ID: 23697.1010501089@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dwayne Miller <dwayne-miller(at)home(dot)com> writes:
> Did time become a keyword in 7.2? 7.1.3 allowed it as a column name...
> 7.2 rejects it.

It's always been a keyword, but it is "more reserved" than it used to
be. See

http://developer.postgresql.org/docs/postgres/sql-keywords-appendix.html

However, according to that list TIME is still allowed as a column name,
and indeed I get:

regression=# create table foo (f1 time, time time);
CREATE

So I'm not sure what you did.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2002-01-08 14:46:52 Re: RC1 time?
Previous Message Tom Lane 2002-01-08 14:37:11 Re: again on index usage