Re: trouble caused by change in 7.3 handling of '' in

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Vivek Khera <khera(at)kcilink(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: trouble caused by change in 7.3 handling of '' in
Date: 2002-12-19 15:20:33
Message-ID: m3el8eqblq.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vivek Khera <khera(at)kcilink(dot)com> writes:

> It is not hard. What is hard is when you change behavior abruptly
> between releases without a transition period in which you warn about
> an upcoming change when that deprecated feature is used. Ideally, it
> would have logged this error for the 7.3 release, and disallowed it
> for 7.4, something akin to the LIMIT transition.
>
> I guess nobody realized how some popular applications used this
> non-compliant feature before the change was implemented. Perhaps we
> learn from this experience and don't do this type of change again.
> Perhaps not.

Yeah, I can personally see a case for deprecating nonstandard features
and spitting out a warning, rather than dropping them abruptly. The
deprecation would last for one major release cycle.

On the other hand, if the nonstandard wart/feature is standing in the
way of implementing a high-quality and desired new feature (not
saying this did or didn't happen in this case; I don't know), is it
worth putting off adding the new feature rather than just excising the
wart and putting up with the pain?

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Gibbs 2002-12-19 15:28:46 Re: Getting 2002-12-18T17:32:40-05:00 (ISO 8601) from to_date()
Previous Message Vivek Khera 2002-12-19 15:12:54 Re: trouble caused by change in 7.3 handling of '' in