Fixes helper sql

grant_parameter_propagation
gurkanindibay 2024-02-26 12:11:51 +03:00
parent e43c990b10
commit 41247f1ebd
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ BEGIN
END LOOP;
END LOOP;
END;
$func$ LANGUAGE plpgsql;;
$func$ LANGUAGE plpgsql;
CREATE OR REPLACE FUNCTION check_database_privileges(role_name text, db_name text, permissions text[])
RETURNS TABLE(permission text, result text)
AS $func$