Fix method documentation of DbTool::checkPgsqlPriv()

This commit is contained in:
Johannes Meyer 2014-10-30 15:07:33 +01:00
parent e58520c3e6
commit 521a36e0af
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ class DbTool
* 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'