* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres73.php,v 1.141 2004/11/29 01:48:38 chriskl Exp $
+ * $Id: Postgres73.php,v 1.140.2.1 2004/11/29 04:52:33 chriskl Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???
/**
* PostgreSQL 8.0 support
*
- * $Id: Postgres80.php,v 1.8 2004/11/29 01:48:39 chriskl Exp $
+ * $Id: Postgres80.php,v 1.7.2.1 2004/11/29 04:52:45 chriskl Exp $
*/
include_once('./classes/database/Postgres74.php');
/**
* Manage schemas within a database
*
- * $Id: database.php,v 1.65 2004/11/29 01:48:38 chriskl Exp $
+ * $Id: database.php,v 1.64.2.1 2004/11/29 04:52:31 chriskl Exp $
*/
// Include application functions