Re: [HACKERS] Re: NOT {NULL|DEFERRABLE} (was: bug in 7.0)

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Don Baccus <dhogaza(at)pacifier(dot)com>
Cc: Jan Wieck <wieck(at)debis(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: NOT {NULL|DEFERRABLE} (was: bug in 7.0)
Date: 2000-02-29 16:39:52
Message-ID: 38BBF657.DC40E0FA@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >I did not claim to have the final form; I ran out of time before
> >heading out on vacation.
> In retrospect, it shouldn't've gone into the beta at that point,
> then. Crippling "unique not null" isn't merely an inconvenience.
> Dropping a bomb like this into beta the night before release
> and leaving town for nine days perhaps wasn't the best thing to
> do. Perhaps we should avoid doing things like this in the future.

Lighten up Don! I put this in so Jan et al can get cracking on the
referential integrity stuff in the column specification, and imho the
feature and space of possible solutions is isolated and finite. Not a
big risk for the first part of beta.

<snip>
> What's wrong with actually accepting the SQL92 grammar, anyway?

?? That is what we are trying to do.

I'm not sure what your point is about "having to ship 6.5 instead of
7.0" for your porting project. If you aren't willing to cope with
small changes/features/breakage in a beta cycle you should stay away
from betas.

There is *no* reason you should think that the restriction on syntax
in this area is a permanent feature or something that will persist
through beta. If you are on such a tight schedule that you can't cope
with a 2 week slip in a feature, or a 2 week breakage from your PoV,
then beta isn't for you!!

otoh, if you are planning on shipping after the 7.0 release, then
there isn't a problem. And if you need a system which has *exactly*
the behaviors of a couple of weeks ago, then use a snapshot from a
couple of weeks ago. I'll prep and send you one if you would like.

Regards.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-29 16:48:33 Re: [HACKERS] Re: [PATCHES] NO-CREATE-TABLE and NO-LOCK-TABLE
Previous Message Peter Eisentraut 2000-02-29 16:38:26 Re: [HACKERS] Re: [SQL] prob with aggregate and group by - returns multiplesh