Re: BUG #1518: Conversions to (undocumented) SQL year-month and

From: Roy Badami <roy(at)gnomon(dot)org(dot)uk>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Roy Badami <roy(at)gnomon(dot)org(dot)uk>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1518: Conversions to (undocumented) SQL year-month and
Date: 2005-03-23 20:04:02
Message-ID: 16961.52146.42785.821005@giles.gnomon.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Bruce> Is this sufficient?

Also support for ANSI interval data types is incomplete in the parser,
in that it doesn't recognize the precision field.

eg CREATE TABLE foo (a INTERVAL MONTH(3));

fails to parse.

-roy

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-03-23 20:12:43 Re: BUG #1552: massive performance hit between 7.4 and 8.0.1
Previous Message Roy Badami 2005-03-23 20:00:33 Re: BUG #1517: SQL interval syntax is accepted by the parser,