gitlab_medici/old/html/PostgresssAdmin/help/PostgresDoc74.php @ master
1 | 6daefa8c | Petr Lukašík | <?php
|
---|---|---|---|
2 | |||
3 | /**
|
||
4 | * Help links for PostgreSQL 7.4 documentation
|
||
5 | *
|
||
6 | * $Id: PostgresDoc74.php,v 1.4 2005/02/16 10:27:44 jollytoad Exp $
|
||
7 | */
|
||
8 | |||
9 | include('./help/PostgresDoc73.php'); |
||
10 | |||
11 | $this->help_base = sprintf($GLOBALS['conf']['help_base'], '7.4'); |
||
12 | |||
13 | $this->help_page['pg.aggregate.alter'] = 'sql-alteraggregate.html'; |
||
14 | |||
15 | ?>
|