phpPgAdmin 2.1 released!

From: "Dan Wilson" <dan_wilson(at)geocities(dot)com>
To: <pgsql-php(at)postgresql(dot)org>
Subject: phpPgAdmin 2.1 released!
Date: 2000-07-31 01:54:19
Message-ID: 005901bffa92$3e7b4b20$f28cfea9@dwilson
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

The next version of phpPgAdmin has been released and is ready for download
from phpwizard.net!

This version contains many bug fixes and several added features. New
features include postgres group administration, support for dropping a
column in a table, setting the default value of an existing column, quoting
of relations to enable use of capitalization, and connecting to localhost
without the "-i" option.

To view the full list of changes, see the ChangeLog located at
http://www.phpwizard.net/projects/phpPgAdmin/ChangeLog.txt

General information and a Support Forum can be found at
http://www.phpwizard.net/projects/phpPgAdmin

You can also visit the live demo at http://pgdemo.acucore.com or download
the latest development code at http://pgdemo.acucore.com/snapshot

About phpPgAdmin:
----------------------------
phpPgAdmin is phpMyAdmin 2.0.1 ported to PostgreSQL. It has all the basic
functionality of phpMyAdmin. Features include:

create and drop databases
create, copy, drop and alter tables/views/sequences/functions/indices
edit and add columns (to the extent Postgres allows)
drop columns from an existing table
change default values of existing columns
execute any SQL-statement, even batch-queries
manage keys on fields
create and read dumps of tables
administer one single database
administer multiple servers
administer postgres users
administer postgres groups
-----------------------------

Features planned for future implementation are listed at
http://pgdemo.acucore.com/TODO

Browse pgsql-php by date

  From Date Subject
Next Message The Hermit Hacker 2000-08-28 03:12:07 Re: Getting arrays from a result set?
Previous Message danny 2000-07-27 20:52:36 how to r/w blob field in postgres