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/Postgres92.php')
-rw-r--r--src/database/Postgres92.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/database/Postgres92.php b/src/database/Postgres92.php
index cb2ff754..4e78d22c 100644
--- a/src/database/Postgres92.php
+++ b/src/database/Postgres92.php
@@ -14,9 +14,17 @@ class Postgres92 extends Postgres93
{
public $typIndexes = ['BTREE', 'RTREE', 'GIST', 'GIN', 'HASH'];
+ /**
+ * @var float
+ */
public $major_version = 9.2;
/**
+ * @var class-string
+ */
+ public $help_classname = \PHPPgAdmin\Help\PostgresDoc92::class;
+
+ /**
* Returns all available process information.
*
* @param null|string $database (optional) Find only connections to specified database