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