From: | Jorge Arevalo <jorgearevalo(at)gis4free(dot)org> |
---|---|
To: | John Gage <jsmgage(at)numericable(dot)fr> |
Cc: | PostgreSQL - General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Unable to run createlang (or psql for that matter) |
Date: | 2010-04-26 07:36:36 |
Message-ID: | n2ud321138e1004260036rab7bd830yff84605cf6b61d50@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Apr 25, 2010 at 11:08 AM, John Gage <jsmgage(at)numericable(dot)fr> wrote:
> If I open a bash terminal and type createlang -l, I get:
>
> JohnGage:~ johngage$ createlang -l
> -bash: createlang: command not found
> JohnGage:~ johngage$ psql
> -bash: psql: command not found
>
> as one can see, the same thing happens with psql.
>
> The way I have been using psql is by pulling down the plugins menu in
> pgAdmin3 and selecting (the only selection) psql.
>
> My $PATH variable includes the path to both createlang and psql.
>
> What am I doing wrong?
>
> John
>
What's your output for these commands?
which createlang
which psql
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>
From | Date | Subject | |
---|---|---|---|
Next Message | Vincenzo Romano | 2010-04-26 07:39:39 | Inheritance efficiency |
Previous Message | Yan Cheng CHEOK | 2010-04-26 07:33:17 | Re: Deadlock occur while creating new table to be used in partition. |