Re: Web GUI for PG table ?

2019-09-13 Thread George Neuner
On Thu, 12 Sep 2019 10:56:21 -0400, David Gauthier wrote: >Many good visualization options but I need one that runs on the web AND >allows insert/update/delete records. Most browser GUI toolkits have some kind of spreadsheet-like "grid" widget that allows editing the displayed data. Some

Re: Web GUI for PG table ?

2019-09-12 Thread Adrian Klaver
On 9/12/19 7:56 AM, David Gauthier wrote: Many good visualization options but I need one that runs on the web AND allows insert/update/delete records. I do that using Django as the framework behind it. See callbacks: http://tabulator.info/docs/4.4/callbacks In particular cell and data

Re: Web GUI for PG table ?

2019-09-12 Thread Ron
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

Re: Web GUI for PG table ?

2019-09-12 Thread David Gauthier
Many good visualization options but I need one that runs on the web AND allows insert/update/delete records. On Thu, Sep 12, 2019 at 10:42 AM Adrian Klaver wrote: > On 9/12/19 7:08 AM, David Gauthier wrote: > > Hi: > > > > We're considering replacing a windows AccessDB based system with PG. >

Re: Web GUI for PG table ?

2019-09-12 Thread Adrian Klaver
On 9/12/19 7: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

Re: Web GUI for PG table ?

2019-09-12 Thread Basques, Bob (CI-StPaul)
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

Web GUI for PG table ?

2019-09-12 Thread David Gauthier
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