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

From Tom Lane
Subject Re: 7.2 Beta2 bug report
Date
Msg-id 16573.1005228247@sss.pgh.pa.us
Whole thread Raw
In response to 7.2 Beta2 bug report  (Kevin Jacobs <jacobs@penguin.theopalgroup.com>)
Responses Re: 7.2 Beta2 bug report
List pgsql-hackers
Kevin Jacobs <jacobs@penguin.theopalgroup.com> writes:
> 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"

Unfortunately, this isn't a bug.

Unless we can figure out some way to accept SQL92 timestamp type
declarations without requiring TIMESTAMP to be a reserved word.
Hmm...
        regards, tom lane


pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: Storage Location Patch Proposal for V7.3
Next
From: "Roderick A. Anderson"
Date:
Subject: Re: 7.2 Beta2 bug report