Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2394083b
Commit
2394083b
authored
Feb 07, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor copy-editing.
parent
a7e24eda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
doc/src/sgml/ref/pgaccess-ref.sgml
doc/src/sgml/ref/pgaccess-ref.sgml
+10
-9
No files found.
doc/src/sgml/ref/pgaccess-ref.sgml
View file @
2394083b
<!--
$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
-->
...
...
@@ -49,7 +49,7 @@ Postgres documentation
<para>
<application>pgaccess</application> provides a graphical interface
for <productname>Postgres</productname>
where you
where
in
you
can manage your tables, edit them, define queries, sequences and
functions.
</para>
...
...
@@ -175,7 +175,7 @@ Postgres documentation
<itemizedlist mark="bullet" spacing="compact">
<listitem>
<para>
Define, edit and store
<firstterm>user-defined queries</firstterm>
.
Define, edit and store
user-defined queries
.
</para>
</listitem>
...
...
@@ -379,23 +379,24 @@ select * from invoices where year=[parameter "Year of selection"]
</refsect1>
<refsect1>
<title>Diagnos
is
tics</title>
<title>Diagnostics</title>
<para>
If
you get output
like this:
If
pgaccess fails to start up, with an error message roughly
like this:
<screen>
<computeroutput>
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)
</computeroutput>
</screen>
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 <productname>PostgreSQL</productname> installation instructions
for more information.
...
...
@@ -408,7 +409,7 @@ Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so: cannot o
<para>
<application>pgaccess</application> is written in Tcl/Tk. Your
<productname>PostgreSQL</productname> installation needs to be
buil
d
with Tcl support for <application>pgaccess</application> to
buil
t
with Tcl support for <application>pgaccess</application> to
be available.
</para>
</refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment