| Index: trunk/phase3/includes/db/DatabasePostgres.php |
| — | — | @@ -257,7 +257,7 @@ |
| 258 | 258 | print "<li>Database \"" . htmlspecialchars( $wgDBname ) . "\" already exists, skipping database creation.</li>"; |
| 259 | 259 | } |
| 260 | 260 | else { |
| 261 | | - if ($perms < 2) { |
| | 261 | + if ($perms < 1) { |
| 262 | 262 | print "<li>ERROR: the user \"" . htmlspecialchars( $wgDBsuperuser ) . "\" cannot create databases. "; |
| 263 | 263 | print 'Please use a different Postgres user.</li>'; |
| 264 | 264 | dieout('</ul>'); |