Re: Triggers and System Tables. - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Triggers and System Tables.
Date
Msg-id 20020527222735.V17559-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Triggers and System Tables.  (stef@chronozon.artofdns.com (Stef Telford))
List pgsql-sql
On Mon, 27 May 2002, Stef Telford wrote:

>
> Hello,
>     this is probably a really silly question, but where can i
> control wether or not the superuser/root user can create a trigger
> on a system table ?

In general this is not something you can safely do. I'm not sure if
pg_stat_activity modifications go through something that will fire
triggers, but in general you shouldn't expect that they will on system
tables.



pgsql-sql by date:

Previous
From: Joe Conway
Date:
Subject: Re: Problem with the result set of postgres
Next
From: stef@chronozon.artofdns.com (Stef Telford)
Date:
Subject: Re: Triggers and System Tables.