From 2394083bd6d2783fa12ef3e7a2bfaff03d4c703a Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Wed, 7 Feb 2001 20:46:55 +0000
Subject: Minor copy-editing.
---
doc/src/sgml/ref/pgaccess-ref.sgml | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pgaccess-ref.sgml b/doc/src/sgml/ref/pgaccess-ref.sgml
index 7886a7070d7..64acad88245 100644
--- a/doc/src/sgml/ref/pgaccess-ref.sgml
+++ b/doc/src/sgml/ref/pgaccess-ref.sgml
@@ -1,5 +1,5 @@
@@ -49,7 +49,7 @@ Postgres documentation
pgaccess provides a graphical interface
for Postgres
- where you
+ wherein you
can manage your tables, edit them, define queries, sequences and
functions.
@@ -175,7 +175,7 @@ Postgres documentation
- Define, edit and store user-defined queries.
+ Define, edit and store user-defined queries.
@@ -379,23 +379,24 @@ select * from invoices where year=[parameter "Year of selection"]
- Diagnosistics
+ Diagnostics
- If you get output like this:
+ If pgaccess fails to start up, with an error message roughly like this:
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
while executing
-"load libpgtcl[info sharedlibextension]"
- (procedure "main" line 3)
+"load ${libpgtclpath}[info sharedlibextension]"
+ (procedure "main" line 8)
invoked from within
"main $argc $argv"
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
then you need to configure your runtime linker to find the
- libpgtcl.so library, most likely by setting
+ libpgtcl.so and libpq.so
+ libraries, most likely by setting
the LD_LIBRARY_PATH environment variable. Consult
the PostgreSQL installation instructions
for more information.
@@ -408,7 +409,7 @@ Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot o
pgaccess is written in Tcl/Tk. Your
PostgreSQL installation needs to be
- build with Tcl support for pgaccess to
+ built with Tcl support for pgaccess to
be available.
--
cgit v1.2.3