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/Postgres93.php')
-rw-r--r--src/database/Postgres93.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/database/Postgres93.php b/src/database/Postgres93.php
index b2a0747f..f39a3842 100644
--- a/src/database/Postgres93.php
+++ b/src/database/Postgres93.php
@@ -12,9 +12,17 @@ namespace PHPPgAdmin\Database;
*/
class Postgres93 extends Postgres94
{
+ /**
+ * @var float
+ */
public $major_version = 9.3;
/**
+ * @var class-string
+ */
+ public $help_classname = \PHPPgAdmin\Help\PostgresDoc93::class;
+
+ /**
* Returns a list of all functions in the database.
*
* @param bool $all If true, will find all available functions, if false just those in search path