phpPgAdmin - ChangeLog
 v 2.2   - 08/30/2000  	+ Lang: updated french lang file (Cyril Chaboisseau [cyril.chaboisseau@obs.coe.int])
						+ Lang: Added portuguese translation
						+ Feature: bolded NOT NULL fields in insert/edit
						+ Bugfix: when column name had a space in it, it wasn't getting passed correctly in insert/edit 
						  (John Unsworth [jmu2m@virginia.edu])
						+ Bugfix: If choosing not to execute query when prompted for the confirmation, the variable was 
						  being checked for the english "No" rather than the language specific $strNo.
						  (Axe Nihilo [nihilo@online.ru])
						+ Bugfix: When attempting to drop a column, it would give an error:
						  "ERROR: DefineIndex: attribute "[dropped field]" not found".  phpPgAdmin was attempting to create
						  and index for the field in the recreate table statement.
						+ Bugfix: When creating a table or adding a field, if both index and unique were checked, 
						  an error would occur.
						+ Feature: Added support for uploading sql dump files
						+ Feature: Added printable display
						+ Bugfix: After using "Select" to display table and then editing, the following display of the table wasn't
						  displaying edit or delete links because the table name wasn't getting passed correctly.
						+ Feature: Added ability to insert a row from a browse result
						+ Bugfix: When executing a mutli-line query, the noQuoteSplit function was not accounting for escaped quotes
						+ Feature: Added ability to specifiy the max number of page links to display when browsing (doj [doj@cubic.org])
						+ Feature: Added links to vacuum and vacuum analyze database (doj [doj@cubic.org])
						+ Bugfix: Postgres version prior to 7.0 didn't like newlines (\n) in the queries.  
						  Linebreaks were removed from the queries with a function within the pg_exec call to maintain code readability.
						+ Feature/Bugfix: Changed login from http authentication to a common login html form.
						  This corrected several problems as well as allows for the ability to logout.

 v 2.1   - 07/29/2000  	+ Bugfix: navigation links in browse
						+ Changed all short tags to long (rob)
						+ Removed link to LOAD DATA (postgres doesn't have this functionality)
						+ Bugfix: 'too many open clients' bug in table listing in left nav
						+ Bugfix: Removed 'un-implimented' portions of ALTER TABLE statement
						+ Added support for ALTER DEFAULT introduced in 7.x
						+ Added support for CREATE [UNIQUE] INDEX and ALTER DEFAULT when 
						  adding columns to an existing table
						+ Added support for ALTER TABLE DROP COLUMN work-around
						+ Bugfix: Parse error on line 6 of tbl_properties.php on certain platforms
						  (Cssio Alexandre Pereira de Castro [cassio@embare.com.br])
						+ Bugfix: Allow User Admin of additional servers
						  (Mike Stolove [mstolove@home.com])
						+ Bugfix: db_details was not passing server variable correctly resulting 
						  in "database [yourdb] is not found" error
						+ Bugfix: Dump of varchar without set length was attempting to set a 
						  negative number for the length... obviously causing errors in create
						+ Bugfix: Small bug in qbe... it wasn't placing the "checked" correctly on the "AND"
						+ Bugfix: parse error on some platforms/versions of php in tbl_properties.php
						  and user_admin.php caused by the lack of braces {} around the include
						+ Added support for groups administration (s v sudharshan - svsudhir@mailcity.com)
						+ Bugfix: If edit or delete when viewing browse, it wouldn't return to the browse 
						  (Antonio Da Silva [tonio@newsdeck.com])
						+ Bugfix: Multiple columns in primary key was resulting in parse error because of 
						  no space after the AND between each column (Ganesh Prasad [gprasad@reply2.com.au])
						+ Added support for quoting all relations -- $cfgQuotes in config.inc.php
						+ Added support for connecting directly to postgres without the -i option
						+ Bugfix: wasn't checking the expires field of user tables
						+ Bugfix: set default for expires field, otherwise, nobody logs in
						+ Bugfix: Fixed connection strings when db name has space (cfgQuotes = true)
						+ Added support for edit/delete on unique key in addition to the primary key
						+ Bugfix: unique/primary key on date/timestamp field wasn't being quoted (Zot O'Connor)
						+ Bugfix: Connection was using superuser account every time... didn't reconnect after adv_auth (Zot)
						+ Bugfix: Put in version check for quoting of password in ALTER USER... 
						  less than v7 doesn't seem to like the quotes (Adam [adamw@amnet.pl])
						+ Bugfix: Fixed extchg.sh to not change the <?php to <?php3 thus giving parse error

 v 2.0.1 - 06/01/2000  	+ Initial port from phpMyAdmin completed and debugged
