Re: HISTORY file - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: HISTORY file
Date
Msg-id Pine.BSF.4.21.0110271151380.72800-100000@megazone23.bigpanda.com
Whole thread Raw
In response to HISTORY file  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: HISTORY file
List pgsql-hackers
> | Fix for inherited CHECK constraints (Stephan Szabo)
> 
> ditto

If this is what I think it is, I think the actual fix was the 
following (although I don't know what a particularly good wording
is)

ALTER TABLE ADD CONSTRAINT now properly adds check constraints
to children of the specified table, which is consistant to
the behavior of check constraints in inheritance trees created
at create time.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [patch] helps fe-connect.c handle -EINTR more gracefully
Next
From: bpalmer
Date:
Subject: Re: 7.2b1 ...