Minor copy-editing.
This commit is contained in:
parent
a7e24eda58
commit
2394083bd6
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.7 2000/12/30 17:11:32 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.8 2001/02/07 20:46:55 tgl Exp $
|
||||||
Postgres documentation
|
Postgres documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ Postgres documentation
|
|||||||
<para>
|
<para>
|
||||||
<application>pgaccess</application> provides a graphical interface
|
<application>pgaccess</application> provides a graphical interface
|
||||||
for <productname>Postgres</productname>
|
for <productname>Postgres</productname>
|
||||||
where you
|
wherein you
|
||||||
can manage your tables, edit them, define queries, sequences and
|
can manage your tables, edit them, define queries, sequences and
|
||||||
functions.
|
functions.
|
||||||
</para>
|
</para>
|
||||||
@ -175,7 +175,7 @@ Postgres documentation
|
|||||||
<itemizedlist mark="bullet" spacing="compact">
|
<itemizedlist mark="bullet" spacing="compact">
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Define, edit and store <firstterm>user-defined queries</firstterm>.
|
Define, edit and store user-defined queries.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -379,23 +379,24 @@ select * from invoices where year=[parameter "Year of selection"]
|
|||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
<title>Diagnosistics</title>
|
<title>Diagnostics</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you get output like this:
|
If pgaccess fails to start up, with an error message roughly like this:
|
||||||
<screen>
|
<screen>
|
||||||
<computeroutput>
|
<computeroutput>
|
||||||
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
|
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot open shared object file: No such file or directory
|
||||||
while executing
|
while executing
|
||||||
"load libpgtcl[info sharedlibextension]"
|
"load ${libpgtclpath}[info sharedlibextension]"
|
||||||
(procedure "main" line 3)
|
(procedure "main" line 8)
|
||||||
invoked from within
|
invoked from within
|
||||||
"main $argc $argv"
|
"main $argc $argv"
|
||||||
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
|
(file "/usr/local/pgsql/share/pgaccess/main.tcl" line 249)
|
||||||
</computeroutput>
|
</computeroutput>
|
||||||
</screen>
|
</screen>
|
||||||
then you need to configure your runtime linker to find the
|
then you need to configure your runtime linker to find the
|
||||||
<filename>libpgtcl.so</filename> library, most likely by setting
|
<filename>libpgtcl.so</filename> and <filename>libpq.so</filename>
|
||||||
|
libraries, most likely by setting
|
||||||
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
|
the <envar>LD_LIBRARY_PATH</envar> environment variable. Consult
|
||||||
the <productname>PostgreSQL</productname> installation instructions
|
the <productname>PostgreSQL</productname> installation instructions
|
||||||
for more information.
|
for more information.
|
||||||
@ -408,7 +409,7 @@ Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot o
|
|||||||
<para>
|
<para>
|
||||||
<application>pgaccess</application> is written in Tcl/Tk. Your
|
<application>pgaccess</application> is written in Tcl/Tk. Your
|
||||||
<productname>PostgreSQL</productname> installation needs to be
|
<productname>PostgreSQL</productname> installation needs to be
|
||||||
build with Tcl support for <application>pgaccess</application> to
|
built with Tcl support for <application>pgaccess</application> to
|
||||||
be available.
|
be available.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user