pgsql: Add: > > o Have CONSTRAINT cname NOT NULL preserve the
Started by Bruce Momjianover 18 years ago1 messagescomitters
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)