pgsql: Move to ALTER section: < * Prevent child tables from altering - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql: Move to ALTER section: < * Prevent child tables from altering
Date
Msg-id 20050530211223.CB9FE528B2@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move to ALTER section:

< * Prevent child tables from altering constraints like CHECK that were
<   inherited from the parent table
470a469,471
>
>     o Prevent child tables from altering constraints like CHECK that were
>       inherited from the parent table

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1539 -> r1.1540)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1539&r2=1.1540)
    pgsql/doc/src/FAQ:
        TODO.html (r1.46 -> r1.47)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.46&r2=1.47)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > * Prevent child tables from altering constraints like
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Document get_call_result_type() and friends; mark