+Internal Bugs List
+------------------
+
+This file is used to track current working tasks - just ignore it!
+
better detection for when reports database hasn't been installed.
fix getIndexes() and getConstraints() for < 7.3 to know about index type
(eg. constraints can only be btree indexes)
test < 7.3 Find feature for all new objects
fix constraint search to get domain and table constraints?
dump sequences when dumping tables
+fix dumping clustering info
+can't edit SELECT results by oid
+use LINK REL to speed up page loading times for CSS
+investigate phpPgInfo
+
phpPgAdmin History
------------------
-Version 3.2-dev
----------------
+Version 3.2
+-----------
Features
* PostgreSQL 7.5 CVS support
* Option to dump table structure, data or structure and data
+* Set datestyle and extra_float_digits when dumping data
* Results of table browse, table select, view browsing and report browsing
can now ALL be sorted by column
* Result rows of table selects can now be edited and deleted
-* Set datestyle and extra_float_digits when dumping data
* Extra login security to prevent logging into servers as postgres and
no password - a VERY common newbie error.
* Cluster indexes and indexed constraints (with analyze)
* Slovak update from Andrej Misovic
* Turkish update from Devrim
* Swedish update from Stefan
+* Italian update from Nicola
Version 3.1
-----------
/**
* Function library read in upon startup
*
- * $Id: lib.inc.php,v 1.67 2003/11/08 09:06:45 chriskl Exp $
+ * $Id: lib.inc.php,v 1.68 2003/11/28 01:20:38 chriskl Exp $
*/
// Set error reporting level to max
$appName = 'phpPgAdmin';
// Application version
- $appVersion = '3.2-dev';
+ $appVersion = '3.2';
// Check to see if the configuration file exists, if not, explain