Management system for PostgreSQL?

From: Vitaly Belman <vitalyb(at)gmail(dot)com>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Management system for PostgreSQL?
Date: 2004-10-09 12:22:12
Message-ID: fa96e3c604100905227c5bfb57@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm looking for software that can generate PHP scripts from PostgreSQL
database that will allow for distant users to edit the data.

The idea is to let selected users have EASY access to edit the data
they see, I can't possibly give raw access with pgMyAdmin or anything
of sorts, as it is hardly accessible for the average user.

For MySQL I know the PHPMaker (http://www.hkvstore.com/phpmaker/) but
I haven't yet found anything of sorts for PostgreSQL.

Needed features:

* Ability to add/edit/delete data.
* Ability to mask the columns and show only some of them (for example,
the numerical pk is not needed).
* Ability to work with joins between tables (e.g customer and
customer_type, which means the customer will have a column with a list
box letting the user choose the type).
* Would be really nice if it had some kind of option to save the
changed but not to apply them until someone approves them...

Anyone knows some kind of software that does that?

--
ICQ: 1912453
AIM: VitalyB1984
MSN: tmdagent(at)hotmail(dot)com
Yahoo!: VitalyBe

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Weiping 2004-10-09 13:23:22 Re: Management system for PostgreSQL?
Previous Message Kris Jurka 2004-10-09 06:10:36 Re: Fix setArray() when using the v3 protocol (was Re: Postgres