* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres.php,v 1.246 2004/09/17 11:45:42 jollytoad Exp $
+ * $Id: Postgres.php,v 1.247 2004/10/06 08:43:33 jollytoad Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???
function hasVariables() { return false; }
function hasFullExplain() { return false; }
function hasStatsCollector() { return false; }
- function hasSchemaDump() { return false; }
function hasAlterColumnType() { return false; }
function hasUserSessionDefaults() { return false; }
function hasUserRename() { return false; }
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres74.php,v 1.40 2004/09/07 14:04:21 jollytoad Exp $
+ * $Id: Postgres74.php,v 1.41 2004/10/06 08:43:33 jollytoad Exp $
*/
include_once('./classes/database/Postgres73.php');
function hasGrantOption() { return true; }
function hasDomainConstraints() { return true; }
function hasUserRename() { return true; }
- function hasSchemaDump() { return true; }
function hasRecluster() { return true; }
}