From 6238d836a1066f777a65a8b71d805394bed2f8b5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 30 Sep 1997 02:47:27 +0000
Subject: [PATCH] Update readme.

---
 src/bin/pgaccess/README | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/bin/pgaccess/README b/src/bin/pgaccess/README
index dbd5e5830f9..c078b66a3c3 100644
--- a/src/bin/pgaccess/README
+++ b/src/bin/pgaccess/README
@@ -43,10 +43,12 @@ three days of hard work to get it as you see it now.
 You will need Tcl/Tk package, I am using now Tcl 7.6 and Tk 4.2. There
 are some problems running under Tcl/Tk 8.0 but I will soon fix them.
 
-Also, you will need the PostgreSQL to Tcl interface library.  It is
-called libpgtcl and the source is located in the PostgreSQL directory
-/src/interfaces/libpgtcl.  Specifically, you will need a libpgtcl
-library that is 'load'-able from tck/tk.
+Also, you will need the PostgreSQL to Tcl interface library, lined as a
+Tcl/Tk 'load'-able module.  It is called libpgtcl and the source is
+located in the PostgreSQL directory /src/interfaces/libpgtcl. 
+Specifically, you will need a libpgtcl library that is 'load'-able from
+Tcl/Tk.  This is technically different from an ordinary PostgreSQL
+loadable object file, because libpgtcl is a collection of object files.
 
 Under Linux, this is called libpgtcl.so.  You will find a pre-compiled
 copy of it for Linux i386 systems at : http://www.flex.ro/pgaccess. 
-- 
GitLab