pgst - PostgreSQL SQL Tool v. 1.2.2
Copyright © 2004, Mike McKee

A useful but simple editor for PostgreSQL databases.

Was created in editable Python and Glade-2 files. Heavily uses the pgsql command set. I'd like to thank the people around the world who make PostgreSQL, Python, PyGTK, Glade, GNU Tools, and Linux possible. Without you I could not achieve anything. This is my reward back to you. My only resources were the Python and PyGTK html docs that came with RH9, some occasional review on groups.google.com, and the *.py files that RedHat uses for their control panels and other system tools. I am deeply indebted to RedHat for what crumbs they left behind for me so that I could learn this on my own.

You may change and re-release as commercial and customized versions per the license. See artistic license.

INSTALLATION
---------------
Hopefully you would install this program with ./install. However, if that fails for some reason, you may install by expanding setup.tar to a directory (~/apps/pgst for purposes here) and then creating a GNOME shortcut to the file ~/apps/pgst/pgst.sh.

NEW FEATURES IN 1.2.1 RELEASE
-------------------------------
* GNOME shortcut now works by a fix in the install script.
* Now can see results in large or small font.
* Fixed bug (using workaround) with printing non-UTF-8 characters from SQL results.
* Added advice to the Help menu on how to configure PostgreSQL Stored Procedures.
* 'No Extra Line Wraps' menu, which is on by default. Provides ability to change \r\n sequence into printable characters.
* Field Editor. This was originally just to permit a way to edit a long text field, but then I realized that it could work for short text fields and numerical fields as well. This was also the one last reason why I was still using pgAdminIII and not completely using my tool. Now I can stick with my tool for just my tastes.

NEW FEATURES IN 1.2.2 RELEASE
-------------------------------
* Install improved. Now prompts where to install. Also can abort install with CTRL+C.
* Field Editor bug fix. There was a bug in that the spaces from the key value field in field editor were being inadvertantly removed. This is now repaired.

NOT IMPROVED IN THIS RELEASE
-------------------------------
Of particular note to you is that the printing features are sort of functional but are occasionally quirky. See BUGS.txt for more information on this and how YOU could potentially help me.
