Re: RE: Universal admin frontend - Mailing list pgsql-hackers

From Reiner Dassing
Subject Re: RE: Universal admin frontend
Date
Msg-id 3B319081.B4B7797C@wettzell.ifag.de
Whole thread Raw
In response to RE: Universal admin frontend  (Pedro Abelleira Seco <pedroabelleira@yahoo.es>)
List pgsql-hackers
Hello!

Why not go back to the roots of postgres?

PostgreSQL is written completely in C. The development community has
shown that it is
possible to write efficient code for different platforms with pure C.

The administration task can be separated in 2 different tasks:
A server (in C) which is really doing the administrative work.
A client programm written in what so ever (C + X11, Java, Perl, TCL/Tk,
....) which
performs the user interface.

I know that this a not the easiest way to do the job but the most
flexible (in my opinion).

--
Mit freundlichen Gruessen / With best regards  Reiner Dassing


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: stuck spin lock with many concurrent users
Next
From: Pedro Abelleira Seco
Date:
Subject: RE: Universal admin frontend