Re: The exact timing at which CHECK constraints are checked - Mailing list pgsql-novice

From Tom Lane
Subject Re: The exact timing at which CHECK constraints are checked
Date
Msg-id 26634.1323931284@sss.pgh.pa.us
Whole thread Raw
In response to The exact timing at which CHECK constraints are checked  (Takahiro Noda <noda.takahiro.47m@st.kyoto-u.ac.jp>)
Responses Re: The exact timing at which CHECK constraints are checked
List pgsql-novice
Takahiro Noda <noda.takahiro.47m@st.kyoto-u.ac.jp> writes:
> I'm new to PostgreSQL and having been learning SQL. I'm uncertain
> about the exact timing at which CHECK constraints are checked.

They're checked at the instant that a row is inserted or updated.
If you really need a deferred check, you'll need to build it yourself
using an AFTER ROW trigger.

            regards, tom lane

pgsql-novice by date:

Previous
From: Takahiro Noda
Date:
Subject: The exact timing at which CHECK constraints are checked
Next
From: pesiar
Date:
Subject: Help with installing pgAdmin 3