Skip to content

Commit

Permalink
Merge pull request #213 from zalando/fix-argument-type
Browse files Browse the repository at this point in the history
Fix silly typo
  • Loading branch information
avaczi committed Mar 9, 2018
2 parents 8892389 + fe25852 commit 22472d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/create_user_functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ SECURITY DEFINER;
REVOKE ALL ON FUNCTION drop_user(text) FROM public;
GRANT EXECUTE ON FUNCTION drop_user(text) TO admin;

COMMENT ON FUNCTION drop_user(test) IS 'Drop a human or application user. Intended for cleanup (either after team changes or mistakes in role setup).
COMMENT ON FUNCTION drop_user(text) IS 'Drop a human or application user. Intended for cleanup (either after team changes or mistakes in role setup).
Roles (= users) that own database objects cannot be dropped.';


Expand Down

0 comments on commit 22472d5

Please sign in to comment.