Skip to content

Commit

Permalink
Fix method documentation of DbTool::checkPgsqlPriv()
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Oct 30, 2014
1 parent e58520c commit 521a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Web/Setup/DbTool.php
Expand Up @@ -522,7 +522,7 @@ public function checkPgsqlGrantOption(array $privileges, $database, $table = nul
* Check whether the current role has the given privileges
*
* NOTE: The only global role privileges in Postgres are SUPER (superuser), CREATE and CREATE USER
* (databases and roles), all others will be ignored in case no database was given
* (databases and roles), all others will be ignored in case no table was given
*
* @param array $privileges The privileges to check
* @param $table The optional schema to use, defaults to 'public'
Expand Down

0 comments on commit 521a36e

Please sign in to comment.