Is it possible to defer triggers? - Mailing list pgsql-sql

From Torsten Knodt
Subject Is it possible to defer triggers?
Date
Msg-id 01052712574700.02459@tk-wkst-1
Whole thread Raw
List pgsql-sql
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,
is it possible to defer the execution of a after-trigger?
To explain it exactly.
I am logging from apache to postgres via insert-commands. I'd like to 
generate online-statistics in other tables. For this I want to execute a 
trigger when something is inserted into the access_log-table, but without 
slowing down the insert's to much.

WKR Torsten Knodt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7EN2uvxZktkzSmiwRAmJUAJwNDEiZMYaogiEbp6yJxWArbLxxrgCfeVM4
MEaxCRZMTNqnGj06nD/K93Q=
=uHyJ
-----END PGP SIGNATURE-----



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: corrupted tables !!!
Next
From: "Michael Richards"
Date:
Subject: Left Joins...