Thread: Domains with constraints?

Domains with constraints?

From
Dennis Gearon
Date:
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?

Re: Domains with constraints?

From
Peter Eisentraut
Date:
Dennis Gearon wrote:
> I have an older manual.

Here are newer ones:

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