Re: PostgreSQL GUI

From: "Jeffrey W(dot) Baker" <jwbaker(at)acm(dot)org>
To: Tommi Mäkitalo <t(dot)maekitalo(at)epgmbh(dot)de>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL GUI
Date: 2002-01-02 19:55:09
Message-ID: Pine.LNX.4.33.0201021152010.6763-100000@windmill.gghcwest.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-general

On Wed, 2 Jan 2002, Tommi [ISO-8859-15] Mäkitalo wrote:

> Hi,
>
> thank you for your feedback. I feel it would be a good idea to get some
> interfaces to other databases. Yes - I think I will do that. It would be
> great to transfer data directly from one database to PostgreSQL. Maybe I
> need a abstractionlayer for accessing tabledescriptions? What if we can
> just create a connection to another dbs and with just a click create a
> database, create tables and transfer data into PostgreSQL? Wouldn't that
> be great?

That would be a very slick feature, but it is also something you can do
with a 30-second Perl script.

> What are the special features you would like to see in a
> PostgreSQL-specific GUI like this? What makes in your eyes the
> uniqueness of PostgreSQL compared to others?

I'd like:
* Highlighted output from EXPLAIN
* A nice display of all constraint triggers
* Easy modification of tables (which usually means drop/recreate,
repopulate, re-establish constraints, reindex, and vacuum analyze)

> I just uploaded version 0.02 to http://www.maekitalo.de/qpsql. It is not
> very functional yet, but you should see the direction where I'm going to.

-jwb

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jeff Davis 2002-01-03 01:21:41 Re: PostgreSQL GUI
Previous Message Tommi Mäkitalo 2002-01-02 19:19:53 Re: PostgreSQL GUI

Browse pgsql-general by date

  From Date Subject
Next Message Peter E. Chen 2002-01-02 20:21:04 Case sensitivity question . . .
Previous Message Johnson, Shaunn 2002-01-02 19:35:44 Re: tuplesort error from create index (?)