... - Mailing list pgsql-general

From Christoph Dalitz
Subject ...
Date
Msg-id 20020716201135.4730bae2.christoph.dalitz@hs-niederrhein.de
Whole thread Raw
List pgsql-general
> I would like to make the following constraint in my db.
>
> [...]
>
> Is it possible?
> How can I do that?
>
It is possible to impose arbitrarily complex constraints
with TRIGGERs.

The idea is to raise an exception in the trigger body
when illegal values are inserted or updated.

Christoph Dalitz

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: table size growing out of control
Next
From: "Stephen Birch"
Date:
Subject: timestamped archive data index searches