Hi,
I have a question that is not specified in the docs[1]. I am using
deferrable constraints in a transaction with SET CONSTRAINTS ALL
DEFERRED. Now I know that DEFERRED constraints are not checked until
transaction COMMIT (i.e., the end), however are they checked with
SAVEPOINT (i.e., part-way in)?
Thanks,
-Mike
[1] http://www.postgresql.org/docs/8.4/static/sql-set-constraints.html