gitlab_medici/old/html/PostgresssAdmin/help/PostgresDoc73.php @ f1da904b
1 |
<?php
|
---|---|
2 |
|
3 |
/**
|
4 |
* Help links for PostgreSQL 7.3 documentation
|
5 |
*
|
6 |
* $Id: PostgresDoc73.php,v 1.4 2005/04/30 18:02:01 soranzo Exp $
|
7 |
*/
|
8 |
|
9 |
include('./help/PostgresDoc72.php'); |
10 |
|
11 |
# TODO: Check and fix links for 7.3
|
12 |
|
13 |
$this->help_base = sprintf($GLOBALS['conf']['help_base'], '7.3'); |
14 |
|
15 |
$this->help_page['pg.database.alter'] = 'sql-alterdatabase.html'; |
16 |
$this->help_page['pg.database.create'][1] = 'manage-ag-createdb.html'; |
17 |
|
18 |
?>
|