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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add: > > o Have CONSTRAINT cname NOT NULL preserve the
Date: 2008-03-06 03:18:19
Message-ID: 20080306031819.7532F754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-03-06 03:22:32 pgsql: Wording fix: < o Have CONSTRAINT cname NOT NULL preserve the
Previous Message Bruce Momjian 2008-03-06 03:15:52 pgsql: Break out referential integrity and server-side languages into