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

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

Type "date" hasn't got all those gnarly SQL92-isms that we support now:
TIMESTAMPTIMESTAMP(precision)TIMESTAMP WITH TIME ZONETIMESTAMP(precision) WITH TIME ZONETIMESTAMP WITHOUT TIME
ZONETIMESTAMP(precision)WITHOUT TIME ZONE
 

However, I'm wondering if something could be done by not having an
explicit production for the first of these, only the other ones.
Off to experiment with bison ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Patrick Welche
Date:
Subject: Re: 7.2 Beta2 bug report
Next
From: mlw
Date:
Subject: Re: Storage Location Patch Proposal for V7.3