test: prove that authenticator is not a superuser
This commit is contained in:
committed by
Steve Chavez
parent
b0e395f495
commit
67936b343f
Vendored
+6
@@ -3122,3 +3122,9 @@ BEGIN
|
||||
END IF;
|
||||
END
|
||||
$do$;
|
||||
|
||||
CREATE FUNCTION test.is_superuser() RETURNS boolean
|
||||
LANGUAGE sql
|
||||
AS $$
|
||||
select current_setting('is_superuser')::boolean;
|
||||
$$;
|
||||
|
||||
Reference in New Issue
Block a user