Re: Need A Suggestion

From: "Ilia Kantor" <ilia(at)obnovlenie(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need A Suggestion
Date: 2005-10-11 10:25:44
Message-ID: auto-000577355138@umail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Is there a simple, user-accessible mechanism to schedule a function to
> be run at query commit ?

CONSTRAINT TRIGGER (DEFERRABLE)

It is kinda hack, because CONSTRAINT TRIGGERs are not indended for such use,
But there are no other "ON COMMIT" triggers in postgresql.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2005-10-11 12:16:57 Spinlocks and CPU Architectures
Previous Message Ilia Kantor 2005-10-11 10:23:02 Re: slow IN() clause for many cases