test: notify do nothing
This commit is contained in:
committed by
Steve Chavez
parent
ee8b3ef8fe
commit
941ea0f929
@@ -89,6 +89,10 @@ begin
|
||||
perform pg_notify('pgrst', 'reload config');
|
||||
end $_$ volatile security definer language plpgsql ;
|
||||
|
||||
create function notify_do_nothing() returns void as $_$
|
||||
notify pgrst, 'nothing';
|
||||
$_$ language sql;
|
||||
|
||||
create function reset_invalid_role_claim_key() returns void as $_$
|
||||
begin
|
||||
alter role postgrest_test_authenticator reset pgrst.jwt_role_claim_key;
|
||||
|
||||
Reference in New Issue
Block a user