File: PostgresDoc74.php

package info (click to toggle)
phppgadmin 4.2.3-1.1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,396 kB
  • ctags: 6,174
  • sloc: php: 68,599; makefile: 215; sh: 41; sql: 16; awk: 9
file content (15 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * Help links for PostgreSQL 7.4 documentation
 *
 * $Id: PostgresDoc74.php,v 1.4 2005/02/16 10:27:44 jollytoad Exp $
 */
 
include('./help/PostgresDoc73.php');

$this->help_base = sprintf($GLOBALS['conf']['help_base'], '7.4');

$this->help_page['pg.aggregate.alter'] = 'sql-alteraggregate.html';

?>