Projekt

Obecné

Profil

Stáhnout (312 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
<?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
?>
(5-5/8)