Re: pgsql-novice-request@postgresql.org

From: Seneca Cunningham <scunning(at)ca(dot)afilias(dot)info>
To: Nils Zierath <nils(dot)zierath(at)web(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgsql-novice-request@postgresql.org
Date: 2006-02-16 19:26:11
Message-ID: 43F4D1D3.60604@ca.afilias.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Nils Zierath wrote:
> is there a way that I can enter commands (i.e. psql) directly from my
> user´s home directory or do I always have to go into ".../pgsql/bin"?

You can change your $PATH.

> The PostgreSQL users guide I am using tells me that I have to change the
> search path in "/etc/profile" - but I've got no idea what add into the
> script.

The lines suggested by the documentation would work as they appear, if
you installed into the default location.

PATH=/usr/local/pgsql/bin:$PATH
export PATH

--
Seneca Cunningham
scunning(at)ca(dot)afilias(dot)info

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2006-02-16 19:51:25 Re: pgsql-novice-request@postgresql.org
Previous Message Nils Zierath 2006-02-16 19:16:19 Re: pgsql-novice-request@postgresql.org