Environmental Variables

From: "Duncan Kinder" <dckinder(at)mountain(dot)net>
To: <pgsql-general(at)hub(dot)org>
Subject: Environmental Variables
Date: 1999-08-13 07:13:09
Message-ID: 004401bee55b$4d5eddc0$02010101@hgo.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I installed the items to be found at
ftp://ftp.postgresql.org/pub/RPMS/ , which are rpm files for Postgres, into
Redhat Linux.

While they appear to have been installed directly, there is no
/usr/local/pgsql/ or /usr/local/pgsql/bin directory. Rather various files
have been installed in /usr/bin/.

But I am not sure all have been installed.

In any event, the documentation at http://www.postgresql.org/doxlist.html
states:

"Add the following lines to your login environment: shell, ~/.bash_profile:

PATH=$PATH:/usr/local/pgsql/bin
MANPATH=$MANPATH:/usr/local/pgsql/man
PGLIB=/usr/local/pgsql/lib
PGDATA=/usr/local/pgsql/data
export PATH MANPATH PGLIB PGDATA"

For me, this is impossible, as I do not have any /usr/local/pgsql directory.

Nor will the postmaster start until and unless I provide it with the correct
environmental information.

Since I have installed from rpm's, there must be a set, known set of
environmental features. I would appreciate being provided with this
information.

Regards,

Duncan C. Kinder
dckinder(at)mountain(dot)net

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Rison 1999-08-13 08:40:02 Re: Select Maximum Question
Previous Message Bruce Momjian 1999-08-13 05:05:43 Re: [GENERAL] How to manage processes in the backend?