RE: Universal admin frontend

From: "Mark Pritchard" <mark(at)tangent(dot)net(dot)au>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Universal admin frontend
Date: 2001-06-21 09:23:09
Message-ID: EGECIAPHKLJFDEJBGGOBIEPNDPAA.mark@tangent.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >PostgreSQL is written completely in C. The development community
> >has shown that it is
[snip]
> >The administration task can be separated in 2 different tasks:
[snip]

Isn't this essentially the split between postmaster/workers and a client?
i.e. I don't know how much value is added by introducing another
communication protocol when JDBC would work fine. From my understanding of
the users API you can handle pretty much everything other than pg_dump. Eg
CREATE USER, CREATE DATABASE etc can all be issued from a client using
standard PostgreSQL SQL.

I'd have to cast my vote on the Java frontend.

Cheers,

Mark Pritchard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Colin Strickland 2001-06-21 09:55:59 RE: Universal admin frontend
Previous Message Pedro Abelleira Seco 2001-06-21 08:17:30 RE: Universal admin frontend