//\r
// postgres7 - the prefix is REQUIRED, regardless of whether the //\r
// database already contains tables. //\r
+// //\r
+// A special case exists when using PostgreSQL databases via sockets. //\r
+// Define dbhost as follows, leaving dbname, dbuser, dbpass BLANK!: //\r
+// $CFG->dbhost = " user='muser' password='mpass' dbname='mdata'"; //\r
+// \r
\r
$CFG->dbtype = 'mysql'; // mysql or postgres7 (for now)\r
$CFG->dbhost = 'localhost'; // eg localhost or db.isp.com \r