Re: Web GUI for PG table ?

From: "Basques, Bob (CI-StPaul)" <bob(dot)basques(at)ci(dot)stpaul(dot)mn(dot)us>
To: David Gauthier <davegauthierpg(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Web GUI for PG table ?
Date: 2019-09-12 14:27:30
Message-ID: 04B806E9-A594-4C0E-B201-EA462C5ADC4D@ci.stpaul.mn.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

David,

You should find a fit in here somewhere:

https://pgdash.io/blog/postgres-gui-tools.html

https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

Also, we’ve done some interesting things with building an interface inside of LibreOffice as well. It’s still a separated approach though. You can start quickly enough automatically, then keep tweaking the data forms as needed over time. Use SQL for populating pull downs, etc. Works real slick.

bobb

On Sep 12, 2019, at 9:08 AM, David Gauthier <davegauthierpg(at)gmail(dot)com<mailto:davegauthierpg(at)gmail(dot)com>> wrote:

Think Before You Click: This email originated outside our organization.

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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-09-12 14:31:54 Re: update returning order by syntax error question
Previous Message Adrian Klaver 2019-09-12 14:22:57 Re: How to reformat output of "age()" function