mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Inline edbspl trigger functions should not be visible in Grant Wizard. Fixes #3740
This commit is contained in:
@@ -21,6 +21,7 @@ WHERE
|
||||
pronamespace = {{ node_id }}::oid
|
||||
AND typname {{ 'NOT' if type != 'trigger_function' else '' }} IN ('trigger', 'event_trigger')
|
||||
AND pr.prokind = '{{ kind }}'
|
||||
AND pr.protype = {{ 0 if type != 'procedure' else 1 }}
|
||||
ORDER BY
|
||||
proname
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user