summaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/doc/html
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-03-31 11:22:36 +0000
committerBruce Momjian <bruce@momjian.us>2000-03-31 11:22:36 +0000
commita34ce62fdf91afdfb6e1d56d0b8e86d1ab92c4df (patch)
tree2b6c779c77cdb2a0f557fc317072441671b868e2 /src/bin/pgaccess/doc/html
parente854d3da54f22074e638dc126a298e064db1cb7a (diff)
Update pgaccess to 0.98.5
Diffstat (limited to 'src/bin/pgaccess/doc/html')
-rw-r--r--src/bin/pgaccess/doc/html/download.html8
-rw-r--r--src/bin/pgaccess/doc/html/faq.html27
-rw-r--r--src/bin/pgaccess/doc/html/main.html7
-rw-r--r--src/bin/pgaccess/doc/html/whatsnew.html40
4 files changed, 73 insertions, 9 deletions
diff --git a/src/bin/pgaccess/doc/html/download.html b/src/bin/pgaccess/doc/html/download.html
index efbe7bf50aa..adc8286f86f 100644
--- a/src/bin/pgaccess/doc/html/download.html
+++ b/src/bin/pgaccess/doc/html/download.html
@@ -14,11 +14,11 @@ Download</h2>
<ul><a href="ftp://ftp.flex.ro/pub/pgaccess">ftp://ftp.flex.ro/pub/pgaccess</a>
<ul>
<li>
-<a href="ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.98.tar.gz">Unix tar.gz
+<a href="ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.98.5.tar.gz">Unix tar.gz
file</a></li>
<li>
-<a href="ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.98.zip">Windows .zip
+<a href="ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.98.5.zip">Windows .zip
file</a></li>
</ul>
</ul>
@@ -28,11 +28,11 @@ be :
<ul><a href="ftp://speedy.flex.ro/pub/pgaccess">ftp://speedy.flex.ro/pub/pgaccess</a>
<ul>
<li>
-<a href="ftp://speedy.flex.ro/pub/pgaccess/pgaccess-0.98.tar.gz">Unix tar.gz
+<a href="ftp://speedy.flex.ro/pub/pgaccess/pgaccess-0.98.5.tar.gz">Unix tar.gz
file</a></li>
<li>
-<a href="ftp://speedy.flex.ro/pub/pgaccess/pgaccess-0.98.zip">Windows .zip
+<a href="ftp://speedy.flex.ro/pub/pgaccess/pgaccess-0.98.5.zip">Windows .zip
file</a></li>
</ul>
</ul>
diff --git a/src/bin/pgaccess/doc/html/faq.html b/src/bin/pgaccess/doc/html/faq.html
index f66dd8321ac..94d301e2ecc 100644
--- a/src/bin/pgaccess/doc/html/faq.html
+++ b/src/bin/pgaccess/doc/html/faq.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.12 i586) [Netscape]">
+ <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; Linux 2.2.12-20 i586) [Netscape]">
</head>
<body bgcolor="#FEFEDF">
@@ -77,7 +77,32 @@ forget to send me a copy in order to include it into the standard distribution.<
name "namespace" while executing "namespace eval Mainlib</tt>&nbsp; ..."</b>
<blockquote>That means 100% that you have an older version of Tcl/Tk that
don't recognize namespaces command. Please upgrade to Tcl/Tk 8.0.x minimum</blockquote>
+<b>9. When saving big forms with a lot of widgets and code inside, a big
+error message appears, PgAccess crashes, cannot recover old form, pga_forms
+table appears to be corrupted.</b>
+<blockquote>Your form source is exceeding 8000 bytes. A PostgreSQL record
+cannot hold more than 8 Kb and pga_forms table is corrupted. Sorry for
+your work :-( , your old form cannot be recovered anymore if you don't
+have a backup (dumped) database. Upgrade to PgAccess 0.98.3 that will prevent
+saving of those big forms. In order to make your form sources smaller,
+define some scripts for your form initialize routines or for other big
+portions of code and call them from the form code with the command <tt>Scripts::execute
+"Your space saving code script name"</tt></blockquote>
+<p><br><b>10. I have a dual boot machine with Linux and Windows 9x installed.
+PgAccess works fine from Linux but when trying to connect under Windows
+it says something about wrong access rights to the same database. Tcl/Tk
+version and PostgreSQL server version matches libpgtcl and libpq DLL's.</b>
+<blockquote>Check your Windows TCP/IP configuration. If you configured
+the Windows TCP/IP machine address to by dynamic allocated by the server
+then it got another IP address, different from Linux. If you have host
+based authentication then you have no rights for the database. Change the
+Windows TCP/IP configuration and set up manually the same TCP/IP address
+as from Linux installation or change the pg_hba.conf configuration file
+from the server to allow access to the database from the whole domain not
+from a single IP address.</blockquote>
+
+<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
diff --git a/src/bin/pgaccess/doc/html/main.html b/src/bin/pgaccess/doc/html/main.html
index 2bddfd61d4a..afb7a1fc1ae 100644
--- a/src/bin/pgaccess/doc/html/main.html
+++ b/src/bin/pgaccess/doc/html/main.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.12 i586) [Netscape]">
+ <meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; I; Linux 2.2.14 i586) [Netscape]">
</head>
<body bgcolor="#FEFEDF">
@@ -14,14 +14,15 @@ PgAccess has been written by <a href="mailto:teo@flex.ro">Constantin Teodorescu<
using Visual Tcl, the best tool for developing Tcl/Tk applications I've
ever seen.
<p><b>Last version</b>
-<br>Last stable version is 0.98 , released on 29 August 1999. Read <a href="whatsnew.html">what's
-new</a> in 0.98.
+<br>Last stable version is 0.98.5 , released on 30 March 2000. Read <a href="whatsnew.html">what's
+new</a> .
<p><b>Portability issues</b>
<br>PgAccess is available for every platform where PostgreSQL was ported
and where a Tcl/Tk package is available. PgAccess has been reported running
on :
<br>- Linux
<br>- FreeBSD
+<br>- NetBSD
<br>- Solaris
<br>- HPUX
<br>- Irix
diff --git a/src/bin/pgaccess/doc/html/whatsnew.html b/src/bin/pgaccess/doc/html/whatsnew.html
index f2faede0153..187677f3acb 100644
--- a/src/bin/pgaccess/doc/html/whatsnew.html
+++ b/src/bin/pgaccess/doc/html/whatsnew.html
@@ -2,9 +2,47 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.11 i586) [Netscape]">
+ <meta name="GENERATOR" content="Mozilla/4.72 [en] (X11; I; Linux 2.2.14 i586) [Netscape]">
</head>
<body bgcolor="#FEFEDF">
+<b>30 March 2000 - PgAccess 0.98.5</b>
+<ul>
+<li>
+added the "new database" feature</li>
+
+<li>
+added the czech and spanish message file</li>
+</ul>
+<b>29 January 2000 - PgAccess 0.98.4</b>
+<ul>
+<li>
+fixed a problem granting or revoking rights from PUBLIC</li>
+
+<li>
+added the portuguese message file translation</li>
+
+<li>
+fixed the preferences window problems for big screens 1280x1024</li>
+</ul>
+<b>17 January 2000 - PgAccess 0.98.3</b>
+<ul>
+<li>
+prevent saving of big forms that source size has more than 8000 bytes so
+pga_forms table does not crash anymore, read <a href="faq.html">FAQ</a>
+how to make your form sources smaller</li>
+
+<li>
+other very small bug fixes (less important)</li>
+
+<li>
+some windows can resize now up to 1280x1024 on big screens</li>
+
+<li>
+deutsh, russian and magyar message file available</li>
+
+<li>
+FAQ updates</li>
+</ul>
<b>29 August 1999</b> - PgAccess 0.98 has been released!
<ul>
<li>