Re: HISTORY file

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: HISTORY file
Date: 2001-10-27 18:56:31
Message-ID: Pine.BSF.4.21.0110271151380.72800-100000@megazone23.bigpanda.com
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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message bpalmer 2001-10-27 23:32:24 Re: 7.2b1 ...
Previous Message Tom Lane 2001-10-27 18:04:02 Re: bug (?) with RULEs with WHERE