Set documentation base URL to official 8.0 docs instead of development docs.
authorjollytoad <jollytoad>
Tue, 15 Feb 2005 13:45:29 +0000 (13:45 +0000)
committerjollytoad <jollytoad>
Tue, 15 Feb 2005 13:45:29 +0000 (13:45 +0000)
help/PostgresDoc80.php

index f9d36a4a44c16918102efe338dc14c88736f5d92..7ebe5e32a5b46c2c54ba0624fb5b92c003a1e3be 100644 (file)
@@ -3,12 +3,12 @@
 /**
  * Help links for PostgreSQL 8.0 documentation
  *
- * $Id: PostgresDoc80.php,v 1.2.2.2 2004/12/02 02:28:54 chriskl Exp $
+ * $Id: PostgresDoc80.php,v 1.2.2.3 2005/02/15 13:45:29 jollytoad Exp $
  */
 
 include('./help/PostgresDoc74.php');
 
-$this->help_base = 'http://developer.postgresql.org/docs/postgres/';
+$this->help_base = 'http://www.postgresql.org/docs/8.0/interactive/';
 
 $this->help_page['pg.column.add'][0] = 'ddl-alter.html#AEN2217';
 $this->help_page['pg.column.drop'][0] = 'ddl-alter.html#AEN2226';