summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pgaccess/README')
-rw-r--r--src/bin/pgaccess/README82
1 files changed, 0 insertions, 82 deletions
diff --git a/src/bin/pgaccess/README b/src/bin/pgaccess/README
deleted file mode 100644
index 69a920ab67..0000000000
--- a/src/bin/pgaccess/README
+++ /dev/null
@@ -1,82 +0,0 @@
----------------------------------------------------------------------------
-
-Copyright (c) 1994-7 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 29 August 1999
-================================
-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, at least Tcl 7.6 and Tk 4.2, recommended
-Tcl/Tk 8.x
-
-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>
-