Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
2394083b
Commit
2394083b
authored
24 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Minor copy-editing.
parent
a7e24eda
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pgaccess-ref.sgml
+10
-9
10 additions, 9 deletions
doc/src/sgml/ref/pgaccess-ref.sgml
with
10 additions
and
9 deletions
doc/src/sgml/ref/pgaccess-ref.sgml
+
10
−
9
View file @
2394083b
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.
7
200
0/12/30 17:11:32 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pgaccess-ref.sgml,v 1.
8
200
1/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
${
libpgtcl
path}
[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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment