mirror of https://github.com/citusdata/citus.git
Fixes helper sql
parent
e43c990b10
commit
41247f1ebd
|
@ -644,7 +644,7 @@ BEGIN
|
||||||
END LOOP;
|
END LOOP;
|
||||||
END LOOP;
|
END LOOP;
|
||||||
END;
|
END;
|
||||||
$func$ LANGUAGE plpgsql;;
|
$func$ LANGUAGE plpgsql;
|
||||||
CREATE OR REPLACE FUNCTION check_database_privileges(role_name text, db_name text, permissions text[])
|
CREATE OR REPLACE FUNCTION check_database_privileges(role_name text, db_name text, permissions text[])
|
||||||
RETURNS TABLE(permission text, result text)
|
RETURNS TABLE(permission text, result text)
|
||||||
AS $func$
|
AS $func$
|
||||||
|
|
Loading…
Reference in New Issue