* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres71.php,v 1.46 2003/11/05 15:06:24 chriskl Exp $
+ * $Id: Postgres71.php,v 1.46.2.1 2003/12/16 01:34:10 chriskl Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???
else {
$sql = "SELECT
a.attname, t.typname as type, a.attlen, a.atttypmod, a.attnotnull,
- a.atthasdef, adef.adsrc, a.attstattarget, a.attstorage, t.typstorage
+ a.atthasdef, adef.adsrc, -1 AS attstattarget, a.attstorage, t.typstorage
FROM
pg_attribute a LEFT JOIN pg_attrdef adef
ON a.attrelid=adef.adrelid AND a.attnum=adef.adnum,
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.68.2.1 2003/12/03 02:36:03 chriskl Exp $
+ * $Id: lib.inc.php,v 1.68.2.2 2003/12/16 01:34:11 chriskl Exp $
*/
// Set error reporting level to max
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.2.1';
+ $appVersion = '3.2.2';
// Check to see if the configuration file exists, if not, explain