From 22dc12b8c3480261d643d0087e98e0cc69feb693 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Jun 2001 21:34:34 +0000 Subject: Untar copyright.html file and make good version. --- src/bin/pgaccess/doc/html/tutorial/problems.html | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'src/bin/pgaccess/doc/html/tutorial/problems.html') diff --git a/src/bin/pgaccess/doc/html/tutorial/problems.html b/src/bin/pgaccess/doc/html/tutorial/problems.html index 2238fb617d..f1f535f189 100644 --- a/src/bin/pgaccess/doc/html/tutorial/problems.html +++ b/src/bin/pgaccess/doc/html/tutorial/problems.html @@ -12,21 +12,7 @@ connections at 'localhost' on
port '5432'?

This usually occurs because the "postmaster" (the postgreSQL backend) was not started with the -i option. Usually just adding -i to -the command line that starts the postmaster and restarting will fix this.

-If you have installed the prewritten script to start postgreSQL -automatically, this option is (currently) commented out:

-# PGOPTS="-i"

-just remove the hash and space and comment out the "blank" option above:

-PGOPTS=""

-

User not defined

-Initially, postgreSQL only has one user, postgres, and any -other user who starts up PgAccess will get the message:

-Error connecting database
-Connection to database failed
-FATAL 1: SetUserId: user
-'jim' is not in 'pg_shadow'

-See User Administration in the PgAccess tutorial for a description -of how to create users.

+the command line that starts the postmaster and restarting will fix this.

libpgtcl not found

PgAccess requires a library of functions named libpgtcl. This should be available with the postgreSQL distribution, and is usually placed in @@ -68,7 +54,8 @@ mv pgaccess.iso pgaccess.tcl
chmod +x pgaccess.tcl

The final version of PgAccess (1.0) will let the user decide what fonts will be used through a "preferences" dialog window.

-
+ +a name="pg63">

Problem with PostgreSQL 6.3.x

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 -- cgit v1.2.1