Re: Data Entry Tool for PostgreSQL - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: Data Entry Tool for PostgreSQL
Date
Msg-id dh0bik$2kch$1@news.hub.org
Whole thread Raw
In response to Data Entry Tool for PostgreSQL  ("Ian Overton" <ioverton@mappingandbeyond.com>)
List pgsql-general
On 23.09.2005 07:21, Ian Overton wrote:
> We have a web application using PHP, Linux and PostgreSQL.  We need a
> simple data entry tool to allow non-IT people to edit data in our database
> through a web-browser.  Are there any free or commercial data management
> tools out there, not database management tools like pgAdmin.

There is phppgadmin which you can modify / simplify for your users. I
don't understand your problem if your app is PHP already. Just invest 2
more hours of development and create what you are asking for.


--
Regards,
Hannes Dorbath

pgsql-general by date:

Previous
From: "Ian Overton"
Date:
Subject: Data Entry Tool for PostgreSQL
Next
From: Yonatan Ben-Nes
Date:
Subject: How many insert + update should one transaction handle?