phpPgAdmin History
------------------
-Version 3.4-dev
------------
+Version 3.3.1
+-------------
Bugs
* Fix table stats for <= 7.2
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: BaseDB.php,v 1.41 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: BaseDB.php,v 1.40.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
include_once('./classes/database/ADODB_base.php');
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres.php,v 1.184 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: Postgres.php,v 1.182.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// @@@ THOUGHT: What about inherits? ie. use of ONLY???
* A class that implements the DB interface for Postgres
* Note: This class uses ADODB and returns RecordSets.
*
- * $Id: Postgres72.php,v 1.58 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: Postgres72.php,v 1.57.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
/**
* List extra information on a table
*
- * $Id: info.php,v 1.6 2004/03/06 11:30:00 chriskl Exp $
+ * $Id: info.php,v 1.5.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Include application functions
* Spanish language file for phpPgAdmin.
*
- * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $
+ * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Language and character set
* Spanish language file for phpPgAdmin.
*
- * $Id: spanish.php,v 1.22 2004/03/07 03:19:55 chriskl Exp $
+ * $Id: spanish.php,v 1.21.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Language and character set
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.74 2004/03/04 01:27:29 chriskl Exp $
+ * $Id: lib.inc.php,v 1.73.2.1 2004/03/07 06:39:05 chriskl Exp $
*/
// Set error reporting level to max
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.4-dev';
+ $appVersion = '3.3.1';
// Check to see if the configuration file exists, if not, explain