Re: 7.2 Beta2 bug report

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.2 Beta2 bug report
Date: 2001-11-08 14:08:57
Message-ID: 20011108140857.B28498@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Hallam 2001-11-08 14:10:09 Re: LIKE predicate and '\' character
Previous Message Tom Lane 2001-11-08 14:04:07 Re: 7.2 Beta2 bug report