phpPgAdmin 3.4 Released

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: pgsql-announce(at)postgresql(dot)org, ppa-dev <phppgadmin-devel(at)lists(dot)sourceforge(dot)net>
Subject: phpPgAdmin 3.4 Released
Date: 2004-06-04 13:02:15
Message-ID: 40C072D7.20407@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

phpPgAdmin 3.4 Released
-----------------------

4th June 2004

The phpPgAdmin Team is proud to announce a new major release of
phpPgAdmin. Version 3.4 adds many new features, bug fixes and
updated translations over the previous version.

Download
--------

To download right now, visit:

http://phppgadmin.sourceforge.net/?page=download

(RPMs available soon)

Demo
----

To give the fully-functional demo a try, visit:

http://phppgadmin.sourceforge.net/?page=demo

New Features
------------

* Add CACHE and CYCLE parameters in sequence creation
* View, add, edit and delete comments on tables, views, schemas,
aggregates, conversions, operators, functions, types,
opclasses, sequences and columns (Dan Boren & ChrisKL)
* Add config file option for turning off the display of comments
* Allow creating array columns in tables
* Allow adding array columns to tables
* Allow creating domains with type length and arrays
* Show domain base type and comment in domains list
* Allow import of CSV, Tabbed and XML data. "Auto" mode chooses
import mode based on the file extension.
* Allow upload and execution of _basic_ SQL scripts
* More admin features available: vacuum, analyze, cluster all and reindex
(with all options) (Bryan Encina)
* Fix SQL popup window to reload when the database is changed so
that the correct page encoding is used.
* Create view wizard (Bryan Encina)
* Allow specification of MATCH, DEFERRABLE and INITIALLY DEFERRED on
foreign keys.
* Automatically uncheck the NULL checkbox when data is typed in the value
field while editing data.
* Show query runtime when executing arbitrary SQL
* Allow renaming functions when backend supports it
* Views are now more like tables. They are listed in the browser,
you can view the virtual columns of the view and its column defaults.
Columns in view can also be renamed and have defaults set.
* Allow viewing, dropping and creation of rules on views.
* Support for 7.5-dev ALTER COLUMN TYPE, adding of SERIAL and BIGSERIAL
columns, adding NOT NULL columns and adding columns with defaults.

Bug Fixes
---------

* Fix pg_dump output for PostgreSQL 7.0.x and 7.1.x
* In 7.4 pg_dump, specify schema when dumping tables
* Fix bug in displaying array types in 7.0.x
* Fix bug where views appeared as tables in 7.0.x search results
* Fix bug where find object SQL on < 7.2 was broken
* Fix Find for domain constraints
* Fix popup SQL window so that two different phpPgAdmin instances should
not want to use the same pop-up.
* Fix create table if you don't supply as many fields as you originally
specified.
* Fix schema support for views

Regards,

The phpPgAdmin Team

Browse pgsql-announce by date

  From Date Subject
Next Message Jan Wieck 2004-06-04 16:41:47 Slony-I goes BETA
Previous Message Robert Treat 2004-06-02 13:31:17 == PostgreSQL Weekly News - June 1st 2004 ==