pgsql-server/doc TODO
Started by Bruce Momjianover 22 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/11/07 11:31:14
Modified files:
doc : TODO
Log message:
Add:
Show quoted text
* Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work
by searching for non-conflicting constraint names, and prefix with table name