Re: Web GUI for PG table ?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Web GUI for PG table ?
Date: 2019-09-12 15:59:07
Message-ID: c61757ab-2fcf-b2e5-1ebb-8aaa4fc79ccc@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/12/19 9:08 AM, David Gauthier wrote:
> 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.

There was a long thread last month titled "Recomended front ends?".

https://www.postgresql.org/message-id/20190807185708.GA19765%40panix.com

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2019-09-12 16:41:05 Strange Behaviour with multicolumn indexes
Previous Message Francisco Olarte 2019-09-12 15:18:31 Re: How to reformat output of "age()" function