Re: CONSTRAINT name With Domain As Check

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: CONSTRAINT name With Domain As Check
Date: 2007-04-29 14:29:20
Message-ID: Pine.LNX.4.64.0704290728010.25310@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 29 Apr 2007, Tom Lane wrote:

> Um, what are you trying to do that's different from declaring a column of
> the table as being of type Permit_Type?

Tom,

Nothing. After further consideration I decided that the domain was
unnecessary and the table column with a CHECK() constraint the more
appropriate approach.

Thanks,

Rich

--
Richard B. Shepard, Ph.D. | The Environmental Permitting
Applied Ecosystem Services, Inc. | Accelerator(TM)
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2007-04-29 14:43:52 Re: Temporal Units
Previous Message Rich Shepard 2007-04-29 14:27:14 Re: DRI in Docs?