Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2394083

Browse files
committed
Minor copy-editing.
1 parent a7e24ed commit 2394083

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

doc/src/sgml/ref/pgaccess-ref.sgml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
Postgres documentation
44
-->
55

@@ -49,7 +49,7 @@ Postgres documentation
4949
<para>
5050
<application>pgaccess</application> provides a graphical interface
5151
for <productname>Postgres</productname>
52-
where you
52+
wherein you
5353
can manage your tables, edit them, define queries, sequences and
5454
functions.
5555
</para>
@@ -175,7 +175,7 @@ Postgres documentation
175175
<itemizedlist mark="bullet" spacing="compact">
176176
<listitem>
177177
<para>
178-
Define, edit and store <firstterm>user-defined queries</firstterm>.
178+
Define, edit and store user-defined queries.
179179
</para>
180180
</listitem>
181181

@@ -379,23 +379,24 @@ select * from invoices where year=[parameter "Year of selection"]
379379
</refsect1>
380380

381381
<refsect1>
382-
<title>Diagnosistics</title>
382+
<title>Diagnostics</title>
383383

384384
<para>
385-
If you get output like this:
385+
If pgaccess fails to start up, with an error message roughly like this:
386386
<screen>
387387
<computeroutput>
388388
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
389389
while executing
390-
"load libpgtcl[info sharedlibextension]"
391-
(procedure "main" line 3)
390+
"load ${libpgtclpath}[info sharedlibextension]"
391+
(procedure "main" line 8)
392392
invoked from within
393393
"main $argc $argv"
394394
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
395395
</computeroutput>
396396
</screen>
397397
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
399400
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
400401
the <productname>PostgreSQL</productname> installation instructions
401402
for more information.
@@ -408,7 +409,7 @@ Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot o
408409
<para>
409410
<application>pgaccess</application> is written in Tcl/Tk. Your
410411
<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
412413
be available.
413414
</para>
414415
</refsect1>

0 commit comments

Comments
 (0)