Re: Open Sourcing pgManage - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Open Sourcing pgManage
Date
Msg-id 87d6c74n1w.fsf@stark.dyndns.tv
Whole thread Raw
In response to Re: Open Sourcing pgManage  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: Open Sourcing pgManage  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:

> I think there is room for lots of GUIs, though, and having a Java admin GUI
> would be cool too, as would having a servlet/JSP based admin client deployable
> as a web archive.

If someone's looking for an interesting GUI project, Applix had a database
frontend that was geared more for data rather than DDL. It presented a
spreadsheet-like interface for arbitrary sql queries and handled dealing with
arbitrary sized result sets and allowing editing of fields using primary keys
etc.

It was actually part of their open source release. I looked at trying to pull
it out of their build system and package it up independently a while back. It
was a bit of a pain. But I did manage to get it compiled and up and running
against Oracle at the time. The main pain was getting the ODBC drivers set up.

Getting that working smoothly with postgres and actively developed could make
for a really nice DML tool.

-- 
greg



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Experimental patch for inter-page delay in VACUUM
Next
From: Andrew Rawnsley
Date:
Subject: Re: Hacking PostgreSQL to work in Mac OS X 10.3 (Panther