summaryrefslogtreecommitdiff
path: root/classes/database/Postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/database/Postgres.php')
-rwxr-xr-xclasses/database/Postgres.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php
index d2c00603..bd7e3f29 100755
--- a/classes/database/Postgres.php
+++ b/classes/database/Postgres.php
@@ -11,7 +11,7 @@ include_once('./classes/database/ADODB_base.php');
class Postgres extends ADODB_base {
- var $major_version = 9.0;
+ var $major_version = 9.1;
// Max object name length
var $_maxNameLen = 63;
// Store the current schema
@@ -415,7 +415,7 @@ class Postgres extends ADODB_base {
}
function getHelpPages() {
- include_once('./help/PostgresDoc90.php');
+ include_once('./help/PostgresDoc91.php');
return $this->help_page;
}