Re: 7.2 Beta2 bug report - Mailing list pgsql-hackers

From Roderick A. Anderson
Subject Re: 7.2 Beta2 bug report
Date
Msg-id Pine.LNX.4.10.10111080638490.10714-100000@tincan.org
Whole thread Raw
In response to 7.2 Beta2 bug report  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
List pgsql-hackers
On Wed, 7 Nov 2001, Kevin Jacobs wrote:

> The parser seems to have changed from 7.1.3->7.2B2 in a bad way:
> 
>   test=# create table test(timestamp timestamp);
>   ERROR:  parser: parse error at or near "timestamp"

I believe timestamp is now a reserved word. To name a column timestamp
you must double-quote it - during creation and anytime you want to use
it later - as in a query etc.


Cheers,
Rod
--                      Let Accuracy Triumph Over Victory
                                                      Zetetic Institute
     "David's Sling"                                                        Marc Stiegler
 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.2 Beta2 bug report
Next
From: Jason Earl
Date:
Subject: Re: 7.2 Beta2 bug report