Re: Allow database owners to CREATE EVENT TRIGGER - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Allow database owners to CREATE EVENT TRIGGER
Date
Msg-id 308551.1741188520@sss.pgh.pa.us
Whole thread Raw
In response to Re: Allow database owners to CREATE EVENT TRIGGER  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Allow database owners to CREATE EVENT TRIGGER
List pgsql-hackers
I wrote:
> Or in other words: not-superuser to superuser is far from the only
> type of privilege escalation that we need to prevent.

After reflecting on that for a moment: maybe say that an event trigger
fires for queries that are run by a role that the trigger's owning
role is a member of?  That changes nothing for superuser-owned
triggers.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Allow database owners to CREATE EVENT TRIGGER
Next
From: Nathan Bossart
Date:
Subject: Re: doc: expand note about pg_upgrade's --jobs option