check constraint on insert but not delete

From: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: check constraint on insert but not delete
Date: 2010-11-04 15:03:19
Message-ID: 482E80323A35A54498B8B70FF2B87980047B494942@azsmsx504.amr.corp.intel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This is a longshot, but here goes...

Is there a way to require that a check constraint be checked on insert but not update? Worth knowing is that my check constraint runs a PLPgsql proc which returns a yes/no kinf of flag which the constraint proper checks.

Thanks !

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2010-11-04 15:05:51 Re: Linux
Previous Message Michael Gould 2010-11-04 15:00:58 Linux