postgresql/src/bin/pgaccess
Bruce Momjian ec30cfd799 Here is the chinese_big5 patch for PgAccess. I've tested under Chinese
Windows 2000 without any problem.

Have fun.

LM.Liu
2001-03-05 17:20:37 +00:00
..
demo Update to pgaccess 0.98.7. 2001-01-27 18:34:38 +00:00
doc/html Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00
images Add 0.98. 1999-10-30 16:18:54 +00:00
lib Here is the chinese_big5 patch for PgAccess. I've tested under Chinese 2001-03-05 17:20:37 +00:00
copyright.html Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00
main.tcl Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH 2001-02-07 20:30:20 +00:00
Makefile Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00
pgaccess.sh Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH 2001-02-07 20:30:20 +00:00
README Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00

---------------------------------------------------------------------------

Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
Portions Copyright (c) 1994, Regents of the University of California

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written agreement
is hereby granted, provided that the above copyright notice and this
paragraph and the following two paragraphs appear in all copies.

IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

---------------------------------------------------------------------------


PGACCESS 0.98.7 27 January 2001
================================
I dedicate this program to my little daughters Ana-Maria and Emilia and to my
wife for their understanding. I hope they will forgive me for spending so many
time far from them.



1. How to INSTALL ?

You will need a Tcl/Tk package greater than  8.0

For Unix users, unpack the pgaccess-xxx.tar.gz archieve in you preferred
directory (usually /usr/local).

Check where your "wish" program is and modify (if needed) the file
/usr/local/pgaccess/pgaccess and set variables PGACCESS_HOME and 
PATH_TO_WISH to the appropriate directories.

Include the /usr/local/pgaccess directory into your PATH or make a
symbolic link to it wherever you want (in PATH directories).
Example:

$ ln -s /usr/local/pgaccess/pgaccess /usr/bin/pgaccess

You will find also some documentation and FAQ in the doc directory.



2. Usage

You run it with the command:

        pgaccess [database]

[database] is optional.



3. Bug reporting

First of all : operating system, PostgreSQL version,Tcl/Tk version.
A more detailed story of what have you done when error occurred.
Tcl/Tk stops usually with a error message and there is a button there
"Stack Trace" and if you press it, you will see a detailed information
about the procedure containing the error. Please send it to me.
Some information about table structure, no. of fields, records would
be also good.

===========================================================================
You would find always the latest version at   http://www.flex.ro/pgaccess

Please feel free to e-mail me with any suggestion or bug description
that will help to improve it.

Constantin Teodorescu <teo@flex.ro>