Re: commit callback, request, SOLVED

Поиск
Список
Период
Сортировка
От Horváth Sándor
Тема Re: commit callback, request, SOLVED
Дата
Msg-id 4434E24D.9080103@ritek.hu
обсуждение исходный текст
Ответ на Re: commit callback, request, SOLVED  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
Ответы Re: commit callback, request, SOLVED  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "孙高勇"
Дата:
Сообщение: pgadmin III's Chinese simplified translations
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Support Parallel Query Execution in Executor