OSDN Git Service

818116ff44a053d6cb917bce3411e1ed596f217d
[pg-rex/syncrep.git] / src / bin / pgaccess / README
1 ---------------------------------------------------------------------------
2
3 Copyright (c) 1994-7 Regents of the University of California
4
5 Permission to use, copy, modify, and distribute this software and its
6 documentation for any purpose, without fee, and without a written agreement
7 is hereby granted, provided that the above copyright notice and this
8 paragraph and the following two paragraphs appear in all copies.
9
10 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
11 DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
12 LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
13 DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
14 POSSIBILITY OF SUCH DAMAGE.
15
16 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
17 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
18 AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
19 ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
20 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
21
22 ---------------------------------------------------------------------------
23
24
25 PGACCESS 0.98.7 27 January 2001
26 ================================
27 I dedicate this program to my little daughters Ana-Maria and Emilia and to my
28 wife for their understanding. I hope they will forgive me for spending so many
29 time far from them.
30
31
32
33 1. How to INSTALL ?
34
35 You will need a Tcl/Tk package greater than  8.0
36
37 For Unix users, unpack the pgaccess-xxx.tar.gz archieve in you preferred
38 directory (usually /usr/local).
39
40 Check where your "wish" program is and modify (if needed) the file
41 /usr/local/pgaccess/pgaccess and set variables PGACCESS_HOME and 
42 PATH_TO_WISH to the appropriate directories.
43
44 Include the /usr/local/pgaccess directory into your PATH or make a
45 symbolic link to it wherever you want (in PATH directories).
46 Example:
47
48 $ ln -s /usr/local/pgaccess/pgaccess /usr/bin/pgaccess
49
50 You will find also some documentation and FAQ in the doc directory.
51
52
53
54 2. Usage
55
56 You run it with the command:
57
58         pgaccess [database]
59
60 [database] is optional.
61
62
63
64 3. Bug reporting
65
66 First of all : operating system, PostgreSQL version,Tcl/Tk version.
67 A more detailed story of what have you done when error occurred.
68 Tcl/Tk stops usually with a error message and there is a button there
69 "Stack Trace" and if you press it, you will see a detailed information
70 about the procedure containing the error. Please send it to me.
71 Some information about table structure, no. of fields, records would
72 be also good.
73
74 ===========================================================================
75 You would find always the latest version at   http://www.flex.ro/pgaccess
76
77 Please feel free to e-mail me with any suggestion or bug description
78 that will help to improve it.
79
80 Constantin Teodorescu <teo@flex.ro>
81