Re: 7.2 Beta2 bug report

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Thomas Lockhart <lockhart(at)fourpalms(dot)org>
Subject: Re: 7.2 Beta2 bug report
Date: 2001-11-08 14:04:07
Message-ID: 16573.1005228247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 2001-11-08 14:08:57 Re: 7.2 Beta2 bug report
Previous Message mlw 2001-11-08 13:52:22 Re: Storage Location Patch Proposal for V7.3