Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/Postgres95.php')
-rw-r--r--src/database/Postgres95.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/database/Postgres95.php b/src/database/Postgres95.php
index d6f1f93b..023b24d8 100644
--- a/src/database/Postgres95.php
+++ b/src/database/Postgres95.php
@@ -14,5 +14,13 @@ class Postgres95 extends Postgres96
{
public $typIndexes = ['BTREE', 'BRIN', 'RTREE', 'GIST', 'GIN', 'HASH'];
+ /**
+ * @var class-string
+ */
+ public $help_classname = \PHPPgAdmin\Help\PostgresDoc95::class;
+
+ /**
+ * @var float
+ */
public $major_version = 9.5;
}