Skip to content

Commit

Permalink
Merge eventtrig change from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafc committed Oct 31, 2016
2 parents dfa03cd + 7a81124 commit cf17f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrseas/dbobject/eventtrig.py
Expand Up @@ -44,6 +44,7 @@ class EventTriggerDict(DbObjectDict):
obj_description(t.oid, 'pg_event_trigger') AS description
FROM pg_event_trigger t
JOIN pg_roles ON (evtowner = pg_roles.oid)
WHERE t.oid NOT IN (SELECT objid FROM pg_depend WHERE deptype = 'e')
ORDER BY 1"""
enable_modes = {'O': True, 'D': False, 'R': 'replica',
'A': 'always'}
Expand Down

0 comments on commit cf17f65

Please sign in to comment.