KPSQL - An Interactive Query Tool for PostgresSQL

This directory contains version 1.0 of KPSQL.

The author can be reached via Email: keidav@mutinybaysoftware.com

or visit http://www.mutinybaysoftware.com

ABOUT KPSQL:

KPSQL is a continuation of the MPSQL project.  The goal is to provide users
of PostgreSQL with a good, graphical SQL editor. Please drop me a mail message
with your comments! (mail address above)

The code appears to work with Redhat 6.0, KDE 1.1.2, Qt 1.44 and
PostgreSQL 6.5 ( source install ).

FEATURES:

* execute multiple SQL statements or one of many by highlighting then executing
* cancel running queries
* color syntax highlighting
* complete control of fonts and colors
* undo/redo
* cut/copy/paste
* find/replace
* bookmarks
* drag and drop support
* spool query output to a file
* format output as HTML tables
* spool data in fixed length, comma, tab or custom delimited format
* printing - lpr, enscript and a2ps.
* supports PostgreSQL username & password authentication
* online PostgreSQL references

REQUIREMENTS:

PostgresSQL libpq 6.4+
Qt 1.44
KDE 1.1

INSTALLING:

Basically:

  ./configure
  make
  make install

You may need to set this flag when running configure if pgsql
is installed in a non-standard location:

  --with-pgsqldir=pgsqldir   use pgsql installed in pgsqldir

See the INSTALL file for details.

Make sure you are using a newer version of automake(v1.4) and autoconf(v2.13).

RUNNING:

After installing, start the app (kpsql) and select the "Connect to DB"
option from the "File" menu or the "Connect" button on the tool
bar to logon, an error dialog will come up if unsuccessful or the
status bar will verify a successful connection with the name of
the database.

BUGS:

I am sure you will find some undocumented "features" ;-) and if you do
please mail them to me. Thank-you!!











