Re: RE: Universal admin frontend

From: Reiner Dassing <dassing(at)wettzell(dot)ifag(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RE: Universal admin frontend
Date: 2001-06-21 06:13:21
Message-ID: 3B319081.B4B7797C@wettzell.ifag.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pedro Abelleira Seco 2001-06-21 08:17:30 RE: Universal admin frontend
Previous Message The Hermit Hacker 2001-06-21 05:52:34 Re: 7.2 stuff