Re: pgsql-server/ oc/src/sgml/ref/create_table.sgm ... - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql-server/ oc/src/sgml/ref/create_table.sgm ...
Date
Msg-id Pine.LNX.4.44.0305260018390.1897-100000@peter.localdomain
Whole thread Raw
In response to pgsql-server/ oc/src/sgml/ref/create_table.sgm ...  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql-server/ oc/src/sgml/ref/create_table.sgm ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane writes:

>     When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our
>     implementation limits, do not issue an ERROR; instead issue a NOTICE and use
>     the max supported value.  Per pgsql-general discussion of 28-Apr, this is
>     needed to allow easy porting from pre-7.3 releases where the limits were
>     higher.

I'm not happy with this change.  If someone explicitly put in a higher
limit in his old applications, he expressed that he needed it, so he needs
to see an error and adjust his applications.  (Or he didn't know what he
was doing, but we don't cater to those people.)

--
Peter Eisentraut   peter_e@gmx.net


pgsql-committers by date:

Previous
From: momjian@developer.postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc TODO
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server/ oc/src/sgml/ref/create_table.sgm ...