Skip to content

Allow event triggers on publications, foreign data wrappers and extensions. #123

Open
@steve-chavez

Description

@steve-chavez

Problem

This limitation is due to implementation details, since supautils has to switch to supautils.superuser when creating the above database objects, and we have to skip privileged role event triggers here to avoid privilege escalation.

Solution

Might be possible to execute the event trigger function ourselves when those statements are executed.


Labeling this as "minor" since it doesn't seem like critical functionality (event triggers currently work fine for regular db objects like tables, views, functions, etc).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions