diff options
Diffstat (limited to 'phpBB/includes/db/postgres.php')
-rw-r--r-- | phpBB/includes/db/postgres.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/db/postgres.php b/phpBB/includes/db/postgres.php index 0f946c2d7c..023a8fda1b 100644 --- a/phpBB/includes/db/postgres.php +++ b/phpBB/includes/db/postgres.php @@ -28,6 +28,8 @@ class dbal_postgres extends dbal var $last_query_text = ''; var $pgsql_version; + var $dbms_type = 'postgres'; + /** * Connect to server */ |