README: rhdb-admin
------------------

-------------------
General Information
-------------------

The Red Hat Database Administrator tool provides a GUI environment
for managing groups of Red Hat Database (PostgreSQL) clusters. 
Support is provided for adding, deleting, browsing, and modifying 
the database objects (Users, tables, indexes, triggers, etc).

---------
Platforms
---------

The initial target platform for the tool is Red Hat Linux Advanced
Server 2.1 and Red Hat Linux 7.3. However, the tool can be ported to
other platforms easily, since it is built with Tcl/Tk and [incr Tcl].

---------------
Getting Started
---------------

There are a few things you will need to install / setup use this program:

* RHDB / PostgreSQL TCL package - You can get this by installing Red
Hat Database in developer mode. You can also grab it from a PostgreSQL
mirror. However, the tool is being tested against Red Hat Database.

* Install the tktable package (home is at tktable.sourceforge.net) -
you can get an RPM from http://jfontain.free.fr/. Development is being
done against version 2.7. (tktable-2.7-1.i386.rpm from the above
address.)

* You of course need Tcl/Tk, [incr Tcl] + friends to run this program. You 
also need BLT installed.

------------------
Running rhdb-admin
------------------

To run the program, assuming that rhdb-admin.tcl is in the current
directory, type:

 $ ./rhdb-admin.tcl 

