From: | Kevin Jacobs <jacobs(at)penguin(dot)theopalgroup(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
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:11:23 |
Message-ID: | Pine.LNX.4.33.0111080908430.30392-100000@penguin.theopalgroup.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, 8 Nov 2001, Tom Lane wrote:
> 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...
I'm not very familiar with the grammar, but it seems strange that this works
when timestamp does not:
test=# create table test (date date);
-Kevin
--
Kevin Jacobs
The OPAL Group - Enterprise Systems Architect
Voice: (216) 986-0710 x 19 E-mail: jacobs(at)theopalgroup(dot)com
Fax: (216) 986-0714 WWW: http://www.theopalgroup.com
From | Date | Subject | |
---|---|---|---|
Next Message | Andy Hallam | 2001-11-08 14:11:56 | Re: LIKE predicate and '\' character |
Previous Message | Tom Lane | 2001-11-08 14:10:44 | Re: 'postgres' flag |