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/help/PostgresDoc80.php')
-rw-r--r--src/help/PostgresDoc80.php35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/help/PostgresDoc80.php b/src/help/PostgresDoc80.php
deleted file mode 100644
index cbf7f87f..00000000
--- a/src/help/PostgresDoc80.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-
-/**
- * PHPPgAdmin 6.0.0
- */
-
-namespace PHPPgAdmin\Help;
-
-/**
- * Help links for PostgreSQL 8.0 documentation.
- *
- * Release: PostgresDoc80.php,v 1.5 2005/02/16 10:27:44 jollytoad Exp $
- */
-class PostgresDoc80 extends PostgresDoc74
-{
- public function __construct($conf, $major_version)
- {
- parent::__construct($conf, $major_version);
-
- $this->help_page['pg.column.add'][0] = 'ddl-alter.html#AEN2217';
- $this->help_page['pg.column.drop'][0] = 'ddl-alter.html#AEN2226';
-
- $this->help_page['pg.constraint.add'] = 'ddl-alter.html#AEN2217';
- $this->help_page['pg.constraint.check'] = 'ddl-constraints.html#AEN1978';
- $this->help_page['pg.constraint.drop'] = 'ddl-alter.html#AEN2226';
- $this->help_page['pg.constraint.primary_key'] = 'ddl-constraints.html#AEN2055';
- $this->help_page['pg.constraint.unique_key'] = 'ddl-constraints.html#AEN2033';
-
- $this->help_page['pg.domain'] = 'extend-type-system.html#AEN27940';
-
- $this->help_page['pg.function'][2] = 'sql-expressions.html#AEN1652';
-
- $this->help_page['pg.operator'][2] = 'sql-expressions.html#AEN1623';
- }
-}