| From: | stef(at)chronozon(dot)artofdns(dot)com (Stef Telford) |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Triggers and System Tables. |
| Date: | 2002-05-27 22:46:50 |
| Message-ID: | 20020527224650.0A27E8AEA@chronozon.artofdns.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
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 ?
Currently, have been tinkering with the idea of adding
in the ability to have 'session variables' for the connection, so
that before a transaction it can declare and save variables, so
that they can be used in the transaction themselves. This would
ease some problems i have with inheritance. It also would make
some sort of connection limiting per user a lot easier if it was
possible to attach triggers to pg_stat_activity (on INSERT only :)
So, the real question is, is this a question for hackers
mailing list or can anyone tell me how to drop the limitation ?
many thanks
Stef
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Joe Conway | 2002-05-27 23:18:06 | Re: Problem with the result set of postgres |
| Previous Message | Josh Berkus | 2002-05-27 20:06:53 | Re: Trees in SQL |