Minor copy-editing.
authorTom Lane
Wed, 7 Feb 2001 20:46:55 +0000 (20:46 +0000)
committerTom Lane
Wed, 7 Feb 2001 20:46:55 +0000 (20:46 +0000)
doc/src/sgml/ref/pgaccess-ref.sgml

index 7886a7070d737f2669972cec525fa21a0def31a9..64acad88245e237b6c1bdee2abbc513d7c617a47 100644 (file)
@@ -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"]
  
 
  
-  Diagnos<span class="marked">is</span>tics
+  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.