Re: Postmaster running, psql not

From: Michael Grant <soft(at)bdanube(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Postmaster running, psql not
Date: 2003-11-21 15:22:37
Message-ID: 8A196CC7-1C36-11D8-A8F5-000A27984144@bdanube.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Nov 21, 2003, at 9:09 AM, Roy MacGregor Paterson wrote:

> OK. So it looks like psql is installed, but when I enter the
> connection command so that I can call createdb...
> [MacGregor:~] postgres% psql -U manager template1 (straight from the
> book)
>
> I get...
> psql: Command not found.

You either need to add /usr/local/bin to your search path (how you do
that depends on which shell you're using) or specify the full path to
/usr/local/bin/psql .

Michael

--
The government doesn't want you to know... e-mail doesn't work. At all.
It's a scientific impossibility.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Viaris hotmail 2003-11-21 15:22:43 Help for construct Query
Previous Message Roy MacGregor Paterson 2003-11-21 15:09:20 Postmaster running, psql not