Re: DROP TYPE/DROP DOMAIN - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: DROP TYPE/DROP DOMAIN
Date
Msg-id 200308041521.h74FLpS05529@candle.pha.pa.us
Whole thread Raw
In response to Re: DROP TYPE/DROP DOMAIN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Tom Lane writes:
> >> No, a view is not a table.  Try putting an index or trigger on it.
> 
> > According to that logic, a domain is not a type.  Try putting a check
> > constraint on it.
> 
> But that's an additional feature, not a missing feature.

And added in 7.4:
Add DOMAIN CHECK constraints (Rod)

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: contrib compilation probs
Next
From: Bruce Momjian
Date:
Subject: Re: "truncate all"?