summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Treat2012-06-04 01:47:08 +0000
committerRobert Treat2012-06-04 01:47:08 +0000
commitdf2c223a84f8d85bef2fed1292eee1d5fe3309ac (patch)
treed09b4ac232ae393b3ad0556cfa3aa81ceea8ed51
parent20df22d8220b803e73964de491e46da019882bc3 (diff)
Add help files for 9.1/9.2 docs
-rw-r--r--help/PostgresDoc91.php13
-rw-r--r--help/PostgresDoc92.php13
2 files changed, 26 insertions, 0 deletions
diff --git a/help/PostgresDoc91.php b/help/PostgresDoc91.php
new file mode 100644
index 00000000..74e4fea4
--- /dev/null
+++ b/help/PostgresDoc91.php
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * Help links for PostgreSQL 9.1 documentation
+ *
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ */
+
+include('./help/PostgresDoc90.php');
+
+$this->help_base = sprintf($GLOBALS['conf']['help_base'], '9.1');
+
+?>
diff --git a/help/PostgresDoc92.php b/help/PostgresDoc92.php
new file mode 100644
index 00000000..7cfdfdec
--- /dev/null
+++ b/help/PostgresDoc92.php
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * Help links for PostgreSQL 9.2 documentation
+ *
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ */
+
+include('./help/PostgresDoc91.php');
+
+$this->help_base = sprintf($GLOBALS['conf']['help_base'], '9.2');
+
+?>