gitlab_medici/old/html/PostgresssAdmin/help/PostgresDoc81.php @ f1da904b
1 |
<?php
|
---|---|
2 |
|
3 |
/**
|
4 |
* Help links for PostgreSQL 8.1 documentation
|
5 |
*
|
6 |
* $Id: PostgresDoc81.php,v 1.1 2005/03/15 02:44:11 chriskl Exp $
|
7 |
*/
|
8 |
|
9 |
include('./help/PostgresDoc80.php'); |
10 |
|
11 |
$this->help_base = sprintf($GLOBALS['conf']['help_base'], '8.1'); |
12 |
|
13 |
?>
|