1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.7 2000/12/30 17:11:32 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.8 2001/02/07 20:46:55 tgl Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -49,7 +49,7 @@ Postgres documentation
49
49
<para>
50
50
<application>pgaccess</application> provides a graphical interface
51
51
for <productname>Postgres</productname>
52
- where you
52
+ wherein you
53
53
can manage your tables, edit them, define queries, sequences and
54
54
functions.
55
55
</para>
@@ -175,7 +175,7 @@ Postgres documentation
175
175
<itemizedlist mark="bullet" spacing="compact">
176
176
<listitem>
177
177
<para>
178
- Define, edit and store <firstterm> user-defined queries</firstterm> .
178
+ Define, edit and store user-defined queries.
179
179
</para>
180
180
</listitem>
181
181
@@ -379,23 +379,24 @@ select * from invoices where year=[parameter "Year of selection"]
379
379
</refsect1>
380
380
381
381
<refsect1>
382
- <title>Diagnosistics </title>
382
+ <title>Diagnostics </title>
383
383
384
384
<para>
385
- If you get output like this:
385
+ If pgaccess fails to start up, with an error message roughly like this:
386
386
<screen>
387
387
<computeroutput>
388
388
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
389
389
while executing
390
- "load libpgtcl [info sharedlibextension]"
391
- (procedure "main" line 3 )
390
+ "load ${libpgtclpath} [info sharedlibextension]"
391
+ (procedure "main" line 8 )
392
392
invoked from within
393
393
"main $argc $argv"
394
394
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
395
395
</computeroutput>
396
396
</screen>
397
397
then you need to configure your runtime linker to find the
398
- <filename>libpgtcl.so</filename> library, most likely by setting
398
+ <filename>libpgtcl.so</filename> and <filename>libpq.so</filename>
399
+ libraries, most likely by setting
399
400
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
400
401
the <productname>PostgreSQL</productname> installation instructions
401
402
for more information.
@@ -408,7 +409,7 @@ Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot o
408
409
<para>
409
410
<application>pgaccess</application> is written in Tcl/Tk. Your
410
411
<productname>PostgreSQL</productname> installation needs to be
411
- build with Tcl support for <application>pgaccess</application> to
412
+ built with Tcl support for <application>pgaccess</application> to
412
413
be available.
413
414
</para>
414
415
</refsect1>
0 commit comments