Fix help links for pg 9.3 / 9.4
authorRobert Treat <rob@xzilla.net>
Mon, 16 Feb 2015 03:02:15 +0000 (22:02 -0500)
committerRobert Treat <robert@omniti.com>
Mon, 30 Oct 2017 22:31:50 +0000 (18:31 -0400)
help/PostgresDoc93.php [new file with mode: 0644]
help/PostgresDoc94.php [new file with mode: 0644]

diff --git a/help/PostgresDoc93.php b/help/PostgresDoc93.php
new file mode 100644 (file)
index 0000000..014b0c8
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * Help links for PostgreSQL 9.3 documentation
+ *
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ */
+
+include('./help/PostgresDoc92.php');
+
+$this->help_base = sprintf($GLOBALS['conf']['help_base'], '9.3');
+
+?>
diff --git a/help/PostgresDoc94.php b/help/PostgresDoc94.php
new file mode 100644 (file)
index 0000000..94a1ded
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * Help links for PostgreSQL 9.4 documentation
+ *
+ * $Id: PostgresDoc84.php,v 1.3 2008/11/18 21:35:48 ioguix Exp $
+ */
+
+include('./help/PostgresDoc93.php');
+
+$this->help_base = sprintf($GLOBALS['conf']['help_base'], '9.4');
+
+?>