Anagha Joshi writes:
> Can we create trigger/rule that specifies
> Do action 'Y'
> when
> inserts/updates to any table in the
> database 'X' occurs?
No, you need to create a trigger/rule for each table.
If you just want to audit things, maybe you could crank up the log level
to log all statements in the server log.
--
Peter Eisentraut [EMAIL PROTECTED]
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match