aboutsummaryrefslogtreecommitdiffstats
path: root/lib/setup/postgresql.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup/postgresql.php')
-rw-r--r--lib/setup/postgresql.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setup/postgresql.php b/lib/setup/postgresql.php
index 3fb1e6b8787..67e4f901a91 100644
--- a/lib/setup/postgresql.php
+++ b/lib/setup/postgresql.php
@@ -3,6 +3,8 @@
namespace OC\Setup;
class PostgreSQL extends AbstractDatabase {
+ public $dbprettyname = 'PostgreSQL';
+
public function setupDatabase($username) {
$e_host = addslashes($this->dbhost);
$e_user = addslashes($this->dbuser);