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

From Patrick Welche
Subject Re: 7.2 Beta2 bug report
Date
Msg-id 20011108140857.B28498@quartz.newn.cam.ac.uk
Whole thread Raw
In response to 7.2 Beta2 bug report  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
List pgsql-hackers
On Wed, Nov 07, 2001 at 05:39:27PM -0500, 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"
> 
> Don't-ever-say-I-didn't-test-B2,

(or even from 7.2devel -> 7.2b2) however

test=# create table test("timestamp" timestamp);
CREATE

=> I presume that timestamp has become reserved whereas before it wasn't?

Patrick


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: 'postgres' flag
Next
From: Tom Lane
Date:
Subject: Re: 7.2 Beta2 bug report