Web GUI for PG table ? - Mailing list pgsql-general

From David Gauthier
Subject Web GUI for PG table ?
Date
Msg-id CAMBRECAHBDNWGZ0qgoKqFb13Q+4pDF4YkMw_n-g7M2J=YQfAqg@mail.gmail.com
Whole thread Raw
Responses Re: Web GUI for PG table ?  ("Basques, Bob (CI-StPaul)" <bob.basques@ci.stpaul.mn.us>)
Re: Web GUI for PG table ?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Web GUI for PG table ?  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-general
Hi:

We're considering replacing a windows AccessDB based system with PG.  Access was chosen because of it's GUI to its tables (looks and behaves like a SS). But performance can be volatile given the fact that the AccessDB front-ends and back-end are at different sites 1000+ miles apart.  The belief is that a web-based approach where the DB server and web server are at the same site would be better.
 
Question is, would such a "spreadsheet-like" GUI have to be built from scratch or is there something that can be leveraged?  Things to consider are record locking, constraint pull-downs, triggers updating values, etc... .  We already have a nice PG server doing other work for us and would like to use that if possible.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: update returning order by syntax error question
Next
From: Adrian Klaver
Date:
Subject: Re: How to reformat output of "age()" function