Re: [GENERAL] Web interface to update/change postgres data.

2007-01-08 Thread Devrim GUNDUZ
Hi, On Mon, 2007-01-08 at 05:36 -0800, Ravi Malghan wrote: > I want to create a simple web interface that lists table data, select > entries to add/delete/change table data from a table in postgres > database. Whatz the best and easiest way to do this? You can use phpPgAdmin: http://www.phpPgAdmi

[GENERAL] Web interface to update/change postgres data.

2007-01-08 Thread Ravi Malghan
Hi: I want to create a simple web interface that lists table data, select entries to add/delete/change table data from a table in postgres database. Whatz the best and easiest way to do this? Wondering if there are any modules or code out there already. TIA Ravi ___