Domains with constraints?

Started by Dennis Gearonalmost 22 years ago2 messagesgeneral
Jump to latest
#1Dennis Gearon
gearond@fireserve.net

CC Me Please

I have an older manual.
Will the new verson of postgres allow contraints to be put into the
domain name defeinition? Like CONSTRAINT_NAME >=0 ?

And, if it does, does the column name made from the contraint have to
match the name of the constraint in the CHECK, or will Postgres change
the CHECK at Column creation time?

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Dennis Gearon (#1)
Re: Domains with constraints?

Dennis Gearon wrote:

I have an older manual.

Here are newer ones:

http://www.postgresql.org/docs/