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

PostgresDoc91.php « help « src - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dea85b9aba376fe2f49f887d058e66c5b62565a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/**
 * PHPPgAdmin v6.0.0-RC5
 */

namespace PHPPgAdmin\Help;

/**
 * Help links for PostgreSQL 9.1 documentation.
 *
 * Release: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
 */
class PostgresDoc91 extends PostgresDoc90
{
    public function __construct($conf, $major_version)
    {
        parent::__construct($conf, $major_version);
    }
}