Question about check constraints

From: "Kashmira Patel \(kupatel\)" <kupatel(at)cisco(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Question about check constraints
Date: 2006-01-27 23:06:26
Message-ID: 18AE59788A3FC640A367E5652E664D8001731288@xmb-sjc-237.amer.cisco.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql



Hi all,
I have a table where two columns have two different check constraints
associated with them. When I update one column, the check constraint on
the other column is also executed. Is there a way to avoid this? I want
to check only for the condition defined for the column being updated.

Thanks,
Kashmira

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2006-01-28 00:40:22 Re: Question about check constraints
Previous Message andrew 2006-01-27 16:32:13 Re: filtering after join