pgsql: Move to ALTER section: < * Prevent child tables from altering

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: Move to ALTER section: < * Prevent child tables from altering
Дата
Msg-id 20050530211223.CB9FE528B2@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > * Prevent child tables from altering constraints like
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Document get_call_result_type() and friends; mark