File: PostgresDoc81.php

package info (click to toggle)
phppgadmin 7.14.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,804 kB
  • sloc: php: 47,426; javascript: 2,145; sh: 37; sql: 16; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * Help links for PostgreSQL 8.1 documentation
 *
 * $Id: PostgresDoc81.php,v 1.3 2006/12/28 04:26:55 xzilla Exp $
 */

include('./help/PostgresDoc80.php');

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

$this->help_page['pg.role'] = 'user-manag.html';
$this->help_page['pg.role.create'] = array('sql-createrole.html','user-manag.html#DATABASE-ROLES');
$this->help_page['pg.role.alter'] = array('sql-alterrole.html','role-attributes.html');
$this->help_page['pg.role.drop'] = array('sql-droprole.html','user-manag.html#DATABASE-ROLES');

?>