pgsql: Update inheritance constraint items: < o %Prevent child tables

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update inheritance constraint items: < o %Prevent child tables
Date: 2006-04-25 02:58:34
Message-ID: 20060425025834.3BFEB11F62E7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update inheritance constraint items:

< o %Prevent child tables from altering or dropping constraints
< like CHECK that were inherited from the parent table
< like CHECK that are inherited by child tables
<
< Dropping constraints should only be possible with CASCADE.
<
> like CHECK that are inherited by child tables unless CASCADE
> is used
> o %Prevent child tables from altering or dropping constraints
> like CHECK that were inherited from the parent table

Modified Files:
--------------
pgsql/doc:
TODO (r1.1810 -> r1.1811)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1810&r2=1.1811)
pgsql/doc/src/FAQ:
TODO.html (r1.313 -> r1.314)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.313&r2=1.314)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Fuhr 2006-04-25 03:26:08 Re: pgsql: Add new contrib function pgrowlocks.
Previous Message Tatsuo Ishii 2006-04-25 00:49:35 Re: pgsql: Add new contrib function pgrowlocks.