|
| 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 29 August 1999 |
| 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, at least Tcl 7.6 and Tk 4.2, recommended |
| 36 | +Tcl/Tk 8.x |
| 37 | + |
| 38 | +For Unix users, unpack the pgaccess-xxx.tar.gz archieve in you preferred |
| 39 | +directory (usually /usr/local). |
| 40 | + |
| 41 | +Check where your "wish" program is and modify (if needed) the file |
| 42 | +/usr/local/pgaccess/pgaccess and set variables PGACCESS_HOME and |
| 43 | +PATH_TO_WISH to the appropriate directories. |
| 44 | + |
| 45 | +Include the /usr/local/pgaccess directory into your PATH or make a |
| 46 | +symbolic link to it wherever you want (in PATH directories). |
| 47 | +Example: |
| 48 | + |
| 49 | +$ ln -s /usr/local/pgaccess/pgaccess /usr/bin/pgaccess |
| 50 | + |
| 51 | +You will find also some documentation and FAQ in the doc directory. |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +2. Usage |
| 56 | + |
| 57 | +You run it with the command: |
| 58 | + |
| 59 | + pgaccess [database] |
| 60 | + |
| 61 | +[database] is optional. |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | +3. Bug reporting |
| 66 | + |
| 67 | +First of all : operating system, PostgreSQL version,Tcl/Tk version. |
| 68 | +A more detailed story of what have you done when error occurred. |
| 69 | +Tcl/Tk stops usually with a error message and there is a button there |
| 70 | +"Stack Trace" and if you press it, you will see a detailed information |
| 71 | +about the procedure containing the error. Please send it to me. |
| 72 | +Some information about table structure, no. of fields, records would |
| 73 | +be also good. |
| 74 | + |
| 75 | +=========================================================================== |
| 76 | +You would find always the latest version at http://www.flex.ro/pgaccess |
| 77 | + |
| 78 | +Please feel free to e-mail me with any suggestion or bug description |
| 79 | +that will help to improve it. |
| 80 | + |
| 81 | +Constantin Teodorescu <teo@flex.ro> |
| 82 | + |
0 commit comments