Skip to content

Commit e085254

Browse files
committed
Add 0.98.
1 parent dbdb80b commit e085254

File tree

188 files changed

+17109
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+17109
-0
lines changed

src/bin/pgaccess/README

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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+

src/bin/pgaccess/copyright.html

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<HTML>
2+
<HEAD>
3+
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4+
<META NAME="GENERATOR" CONTENT="Mozilla/4.03 [en] (X11; I; Linux 2.0.30 i586) [Netscape]">
5+
<TITLE>PgAccess - Copyright notice</TITLE>
6+
</HEAD>
7+
<BODY BGCOLOR="#FFFFFF">
8+
<TT>---------------------------------------------------------------------------</TT>
9+
<BR><TT></TT>&nbsp;
10+
<BR><TT></TT>&nbsp;<TT></TT>
11+
12+
<P><TT>Copyright (c) 1994-7 Regents of the University of California</TT><TT></TT>
13+
14+
<P><TT>Permission to use, copy, modify, and distribute this software and
15+
its</TT>
16+
<BR><TT>documentation for any purpose, without fee, and without a written
17+
agreement</TT>
18+
<BR><TT>is hereby granted, provided that the above copyright notice and
19+
this</TT>
20+
<BR><TT>paragraph and the following two paragraphs appear in all copies.</TT><TT></TT>
21+
22+
<P><TT>IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY
23+
PARTY FOR</TT>
24+
<BR><TT>DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
25+
INCLUDING</TT>
26+
<BR><TT>LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS</TT>
27+
<BR><TT>DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED
28+
OF THE</TT>
29+
<BR><TT>POSSIBILITY OF SUCH DAMAGE.</TT><TT></TT>
30+
31+
<P><TT>THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,</TT>
32+
<BR><TT>INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY</TT>
33+
<BR><TT>AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER
34+
IS</TT>
35+
<BR><TT>ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS
36+
TO</TT>
37+
<BR><TT>PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.</TT>
38+
</BODY>
39+
</HTML>

0 commit comments

Comments
 (0)