* A class that implements the DB interface for Postgres\r
* Note: This class uses ADODB and returns RecordSets.\r
*\r
- * $Id: Postgres71.php,v 1.1 2002/02/11 09:32:48 chriskl Exp $\r
+ * $Id: Postgres71.php,v 1.2 2002/02/12 06:55:03 chriskl Exp $\r
*/\r
\r
// @@@ THOUGHT: What about inherits? ie. use of ONLY???\r
\r
class Postgres71 extends BaseDB {\r
\r
+ var $dbFields = array('dbname' => 'datname', 'dbcomment' => 'description');\r
+\r
function Postgres71($host, $port, $database, $user, $password) {\r
$this->BaseDB('postgres7');\r
\r