Re: commit callback, request, SOLVED

From: Horváth Sándor <horvath(dot)sandor(at)ritek(dot)hu>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: commit callback, request, SOLVED
Date: 2006-04-06 09:41:33
Message-ID: 4434E24D.9080103@ritek.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!
I have needed deferrable check, but it is not implemented. I thought,
the deferrable trigger is the solution, but it is exists only for
referential integrity. I have started to study the postgresql source
code for implementing deferrable triggers for any purpose.

Now i try the constraint trigger, and it is good for using instead of
deferrable check, but it is not intended general use.
In the documentation:
"CREATE CONSTRAINT TRIGGER is used within CREATE TABLE/ALTER TABLE and
by pg_dump to create the special triggers for referential integrity. It
is not intended for general use."

My question is, may i use it for this purpose (instead of deferrable
check)?
What means "it is not intended for generally use"?

Regards Horváth Sándor

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Qingqing Zhou 2006-04-06 10:28:33 Support Parallel Query Execution in Executor
Previous Message 孙高勇 2006-04-06 09:23:36 pgadmin III's Chinese simplified translations