gitlab_medici/old/html/PostgresssAdmin/help/PostgresDoc72.php @ f1da904b
1 |
<?php
|
---|---|
2 |
|
3 |
/**
|
4 |
* Help links for PostgreSQL 7.2 documentation
|
5 |
*
|
6 |
* $Id: PostgresDoc72.php,v 1.4 2005/02/16 10:27:44 jollytoad Exp $
|
7 |
*/
|
8 |
|
9 |
include('./help/PostgresDoc71.php'); |
10 |
|
11 |
# TODO: Check and fix links for 7.2
|
12 |
|
13 |
$this->help_base = sprintf($GLOBALS['conf']['help_base'], '7.2'); |
14 |
|
15 |
$this->help_page['pg.admin.analyze'] = 'sql-analyze.html'; |
16 |
|
17 |
$this->help_page['pg.aggregate'][1] = 'tutorial-agg.html'; |
18 |
|
19 |
?>
|