Re: HISTORY file

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: HISTORY file
Date: 2001-10-29 19:13:32
Message-ID: 200110291913.f9TJDWZ12016@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Changed to:

Fix for ALTER TABLE ADD CONSTRAINT ... CHECK for inherited children
(Stephan Szabo)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-10-29 19:15:37 Re: HISTORY file
Previous Message Jean-Michel POURE 2001-10-29 19:10:32 Re: Serious performance problem