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
22dc12b8
Commit
22dc12b8
authored
Jun 18, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Untar copyright.html file and make good version.
parent
10b5f0be
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
361 deletions
+39
-361
src/bin/pgaccess/doc/html/tutorial/copyright.html
src/bin/pgaccess/doc/html/tutorial/copyright.html
+35
-338
src/bin/pgaccess/doc/html/tutorial/index.html
src/bin/pgaccess/doc/html/tutorial/index.html
+1
-7
src/bin/pgaccess/doc/html/tutorial/problems.html
src/bin/pgaccess/doc/html/tutorial/problems.html
+3
-16
No files found.
src/bin/pgaccess/doc/html/tutorial/copyright.html
View file @
22dc12b8
This diff is collapsed.
Click to expand it.
src/bin/pgaccess/doc/html/tutorial/index.html
View file @
22dc12b8
...
...
@@ -17,17 +17,11 @@
<li><a
href=
"irix.html"
>
Installing PgAccess under IRIX 5.3
</a>
</ul>
<a
name=
"problems"
>
<li><a
href=
"problems.html"
>
Common
Initial Problem
s
</a>
<li><a
href=
"problems.html"
>
Common
Problems with PgAcces
s
</a>
<ul><li><a
href=
"problems.html#connfail"
>
Connection failure
</a>
<li><a
href=
"problems.html#nonuser"
>
User not defined
</a>
<li><a
href=
"problems.html#libpg"
>
libpgtcl not found
</a>
<li><a
href=
"problems.html#spchar"
>
Locale specific characters
</a>
<li><a
href=
"problems.html#pg63"
>
Problems with PostgreSQL 6.3.x
</a>
</ul>
<li><a
href=
"tut.html"
>
PgAccess tutorial
</a>
<ul><li><a
href=
"tut_user.html"
>
User Administration
</a>
<li><a
href=
"tut_new.html"
>
Creating a table
</a>
<li><a
href=
"tut_edit.html"
>
Editing a table
</a>
<li><a
href=
"tut_sel1.html"
>
Querying - SELECT
</a>
</ul>
</body></html>
src/bin/pgaccess/doc/html/tutorial/problems.html
View file @
22dc12b8
...
...
@@ -12,21 +12,7 @@ connections at 'localhost' on<br>
port '5432'?
</samp><p>
This usually occurs because the "postmaster" (the postgreSQL backend) was not
started with the
<samp>
-i
</samp>
option. Usually just adding
<samp>
-i
</samp>
to
the command line that starts the postmaster and restarting will fix this.
<p>
If you have installed the prewritten script to start
<b>
postgreSQL
</b>
automatically, this option is (currently) commented out:
<p>
<samp>
# PGOPTS="-i"
</samp><p>
just remove the hash and space and comment out the "blank" option above:
<p>
<samp>
PGOPTS=""
</samp><p>
<a
name=
"nonuser"
><h2>
User not defined
</h2>
Initially,
<b>
postgreSQL
</b>
only has one user,
<samp>
postgres
</samp>
, and any
other user who starts up PgAccess will get the message:
<p>
<samp>
Error connecting database
<br>
Connection to database failed
<br>
FATAL 1: SetUserId: user
<br>
'jim' is not in 'pg_shadow'
</samp><p>
See
<b>
User Administration
</b>
in the
<b>
PgAccess tutorial
</b>
for a description
of how to create users.
<p>
the command line that starts the postmaster and restarting will fix this.
<a
name=
"libpg"
><h2>
libpgtcl not found
</h2>
PgAccess requires a library of functions named
<samp>
libpgtcl
</samp>
. This
should be available with the postgreSQL distribution, and is usually placed in
...
...
@@ -68,7 +54,8 @@ mv pgaccess.iso pgaccess.tcl<BR>
chmod +x pgaccess.tcl
</TT><P>
The final version of PgAccess (1.0) will let the user decide what fonts
will be used through a
"
preferences
"
dialog window.
</p>
<a
name=
"pg63"
>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
a name="pg63">
<h2>
Problem with PostgreSQL 6.3.x
</h2>
PgAccess 0.93 and later may have problems working with PostgreSQL 6.3.x.
Changes in libpgtcl have been made to remove these, but if you are
...
...
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