Re: auditorship in PostgreSQL - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: auditorship in PostgreSQL
Date
Msg-id 20050722232646.GA40383@winnie.fuhr.org
Whole thread Raw
In response to auditorship in PostgreSQL  (Humberto Carvalho <carvalho.humberto@gmail.com>)
List pgsql-novice
[Please copy the mailing list on replies so others can contribute to
and learn from the discussion.]

On Fri, Jul 22, 2005 at 03:01:12PM +0100, Humberto Carvalho wrote:
> i have a db (without any kind of data) and when i receive a command i
> need to stablish connection with the db that have the data.
> I tried triggers, but didn't because there are no triggers for selects.
> Itried rules, but if the db are empty, when i make a select (...)
> where (...) the rule don't work because the db is empty so there are
> no field to fire the rule.

Isn't this the same thing you've brought up in the "How to catch a
command" thread?

http://archives.postgresql.org/pgsql-novice/2005-07/msg00133.php

If so then please keep the discussion in that thread so it's easier
to follow.  The last message in that thread is currently from Mike
Fahrenkrog, who asks that you tell a little more about the rationale
for what you're doing.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: Multiple Inserts
Next
From: Karsten Hoffrath
Date:
Subject: Possible problem when two clients update the same record?