pgsql: Add: > > o Have CONSTRAINT cname NOT NULL preserve the

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add: > > o Have CONSTRAINT cname NOT NULL preserve the
Дата
Msg-id 20080306031819.7532F754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add:

>
>     o Have CONSTRAINT cname NOT NULL preserve the contraint name
>
>       Right now pg_attribute.attnotnull records the NOT NULL status
>       of the column, but does not record the contraint name
>

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2259 -> r1.2260)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2259&r2=1.2260)
    pgsql/doc/src/FAQ:
        TODO.html (r1.768 -> r1.769)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.768&r2=1.769)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Break out referential integrity and server-side languages into
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Wording fix: < o Have CONSTRAINT cname NOT NULL preserve the