Re: [Solved] Generic logging system for pre-hstore using plperl triggers

From: Diego Augusto Molina <diegoaugustomolina(at)gmail(dot)com>
To: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [Solved] Generic logging system for pre-hstore using plperl triggers
Date: 2011-09-27 19:52:08
Message-ID: CAGOxLdH3nqtEX24fC24Hv7Et73asgPe2GR0oNf4FrJ+Kef2wqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2011/9/27, Diego Augusto Molina <diegoaugustomolina(at)gmail(dot)com>:
> Honestly, I don't remember why I used triggers instead of rules in the
> "audit" and "audet" tables.

I remember now, that's because in my case, operations over tuples are
done very lightly (one or two in the same sentence at a time). So, for
a case as such, rules end up beeing more expensive than triggers
(right?).

--
Diego Augusto Molina
diegoaugustomolina(at)gmail(dot)com

ES: Por favor, evite adjuntar documentos de Microsoft Office. Serán
desestimados.
EN: Please, avoid attaching Microsoft Office documents. They shall be discarded.
LINK: http://www.gnu.org/philosophy/no-word-attachments.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2011-09-27 20:19:54 Re: Quick-and-Dirty Data Entry with LibreOffice3?
Previous Message Diego Augusto Molina 2011-09-27 19:47:31 Re: [Solved] Generic logging system for pre-hstore using plperl triggers