summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoranzo2004-11-15 17:25:03 +0000
committersoranzo2004-11-15 17:25:03 +0000
commit477bde307e16bbf40e72a9ea1d4eeb1f404e3393 (patch)
tree611d09dfbef23b5ae8784783d2f050c848511105
parent0fe8ea97a61367864573178ec38a2f58f6cad0f4 (diff)
Fix help for admin and aggregate
-rw-r--r--help/PostgresDoc70.php17
-rw-r--r--help/PostgresDoc71.php9
-rw-r--r--help/PostgresDoc72.php6
-rw-r--r--help/PostgresDoc74.php4
4 files changed, 24 insertions, 12 deletions
diff --git a/help/PostgresDoc70.php b/help/PostgresDoc70.php
index f2f463d9..e0ef2583 100644
--- a/help/PostgresDoc70.php
+++ b/help/PostgresDoc70.php
@@ -3,7 +3,7 @@
/**
* Help links for PostgreSQL 7.0 documentation
*
- * $Id: PostgresDoc70.php,v 1.2 2004/11/07 12:27:14 soranzo Exp $
+ * $Id: PostgresDoc70.php,v 1.3 2004/11/15 17:25:03 soranzo Exp $
*/
$this->help_base = 'http://www.postgresql.org/docs/7/interactive/';
@@ -11,14 +11,6 @@ $this->help_base = 'http://www.postgresql.org/docs/7/interactive/';
# TODO: Check and fix links for >= 7.0 and <= 7.3 (those in the following array)
$this->help_page = array(
- 'pg.admin.analyze' => 'sql-analyze.html',
- 'pg.admin.vacuum' => 'sql-vacuum.html',
-
- 'pg.aggregate' => array('xaggr.html','tutorial-agg.html','functions-aggregate.html','sql-expressions.html#SYNTAX-AGGREGATES'),
- 'pg.aggregate.alter' => 'sql-alteraggregate.html',
- 'pg.aggregate.create' => 'sql-createaggregate.html',
- 'pg.aggregate.drop' => 'sql-dropaggregate.html',
-
'pg.cast' => array('sql-expressions.html#SQL-SYNTAX-TYPE-CASTS','sql-createcast.html'),
'pg.cast.create' => 'sql-createcast.html',
'pg.cast.drop' => 'sql-dropcast.html',
@@ -146,6 +138,13 @@ $this->help_page = array(
# correct links follow:
+$this->help_page['pg.admin.analyze'] = 'sql-vacuum.htm';
+$this->help_page['pg.admin.vacuum'] = 'sql-vacuum.htm';
+
+$this->help_page['pg.aggregate'] = array('xaggr.htm', 'query27856.htm', 'syntax658.htm');
+$this->help_page['pg.aggregate.create'] = 'sql-createaggregate.htm';
+$this->help_page['pg.aggregate.drop'] = 'sql-dropaggregate.htm';
+
$this->help_page['pg.database'] = 'manage-ag.htm';
$this->help_page['pg.database.create'] = array('sql-createdatabase.htm', 'manage-ag.htm#AEN17907');
$this->help_page['pg.database.drop'] = array('sql-dropdatabase.htm', 'manage-ag17956.htm');
diff --git a/help/PostgresDoc71.php b/help/PostgresDoc71.php
index 0ddf2f4d..5d983db2 100644
--- a/help/PostgresDoc71.php
+++ b/help/PostgresDoc71.php
@@ -3,7 +3,7 @@
/**
* Help links for PostgreSQL 7.1 documentation
*
- * $Id: PostgresDoc71.php,v 1.2 2004/11/07 12:27:14 soranzo Exp $
+ * $Id: PostgresDoc71.php,v 1.3 2004/11/15 17:25:03 soranzo Exp $
*/
include('./help/PostgresDoc70.php');
@@ -12,6 +12,13 @@ include('./help/PostgresDoc70.php');
$this->help_base = 'http://www.postgresql.org/docs/7.1/interactive/';
+$this->help_page['pg.admin.analyze'] = 'sql-vacuum.html';
+$this->help_page['pg.admin.vacuum'] = 'sql-vacuum.html';
+
+$this->help_page['pg.aggregate'] = array('xaggr.html', 'query-agg.html', 'functions-aggregate.html', 'sql-expressions.html#SYNTAX-AGGREGATES');
+$this->help_page['pg.aggregate.create'] = 'sql-createaggregate.html';
+$this->help_page['pg.aggregate.drop'] = 'sql-dropaggregate.html';
+
$this->help_page['pg.database'] = 'managing-databases.html';
$this->help_page['pg.database.create'] = array('sql-createdatabase.html', 'managing-databases.html#MANAGE-AG-CREATEDB');
$this->help_page['pg.database.drop'] = array('sql-dropdatabase.html', 'manage-ag-dropdb.html');
diff --git a/help/PostgresDoc72.php b/help/PostgresDoc72.php
index dbfed2f4..de6412ce 100644
--- a/help/PostgresDoc72.php
+++ b/help/PostgresDoc72.php
@@ -3,7 +3,7 @@
/**
* Help links for PostgreSQL 7.2 documentation
*
- * $Id: PostgresDoc72.php,v 1.2 2004/11/07 12:27:14 soranzo Exp $
+ * $Id: PostgresDoc72.php,v 1.3 2004/11/15 17:25:03 soranzo Exp $
*/
include('./help/PostgresDoc71.php');
@@ -12,4 +12,8 @@ include('./help/PostgresDoc71.php');
$this->help_base = 'http://www.postgresql.org/docs/7.2/interactive/';
+$this->help_page['pg.admin.analyze'] = 'sql-analyze.html';
+
+$this->help_page['pg.aggregate'][1] = 'tutorial-agg.html';
+
?>
diff --git a/help/PostgresDoc74.php b/help/PostgresDoc74.php
index e14d29b9..da640d99 100644
--- a/help/PostgresDoc74.php
+++ b/help/PostgresDoc74.php
@@ -3,11 +3,13 @@
/**
* Help links for PostgreSQL 7.4 documentation
*
- * $Id: PostgresDoc74.php,v 1.2 2004/11/07 12:27:14 soranzo Exp $
+ * $Id: PostgresDoc74.php,v 1.3 2004/11/15 17:25:03 soranzo Exp $
*/
include('./help/PostgresDoc73.php');
$this->help_base = 'http://www.postgresql.org/docs/7.4/interactive/';
+$this->help_page['pg.aggregate.alter'] = 'sql-alteraggregate.html';
+
?>