Skip to content

Commit

Permalink
sync to gleu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
edelamusse committed Feb 28, 2016
1 parent 394ff79 commit 5208fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/event-trigger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ DECLARE
pages integer;
max_pages integer := 100;
BEGIN
IF table_oid = 'public.foo'::regclass
IF pg_event_trigger_table_rewrite_oid() = 'public.foo'::regclass
THEN
RAISE EXCEPTION 'Vous n''êtes pas autorisé à modifier la table %',
table_oid::regclass;
Expand Down

0 comments on commit 5208fc3

Please sign in to comment.