From: | Scott Mead <scott(dot)lists(at)enterprisedb(dot)com> |
---|---|
To: | John Gage <jsmgage(at)numericable(dot)fr> |
Cc: | Jorge Arevalo <jorgearevalo(at)gis4free(dot)org>, PostgreSQL - General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Unable to run createlang (or psql for that matter) |
Date: | 2010-04-27 01:02:29 |
Message-ID: | v2id3ab2ec81004261802w9bfe660an7f61cd73e360c1fe@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Apr 26, 2010 at 8:35 PM, John Gage <jsmgage(at)numericable(dot)fr> wrote:
> To be perfectly honest, I don't believe it either, but here it is:
>
> JohnGage:~ johngage$ echo $PATH
>
> /opt/subversion/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Library/PostgresPlus/8.4/bin:/usr/local/bin:~/Desktop/WritingTools/EfficientAWK
>
Your path has 'PostgresPlus'
> JohnGage:~ johngage$ createlang -l
> -bash: createlang: command not found
> JohnGage:~ johngage$ which createlang
> JohnGage:~ johngage$ locate createlang
> /Library/PostgreSQL/8.4/bin/createlang
> /Library/PostgreSQL/8.4/doc/postgresql/html/app-createlang.html
> /Library/PostgreSQL/8.4/doc/postgresql/html/sql-createlanguage.html
> /Library/PostgreSQL/8.4/share/man/man1/createlang.1
>
Locate shows 'PostgreSQL'
--Scott
> JohnGage:~ johngage$ cd /Library/PostgreSQL/8.4/bin
> JohnGage:bin johngage$ createlang -l
> -bash: createlang: command not found
> JohnGage:bin johngage$ ./createlang -l
> Password:
> createlang: could not connect to database johngage: FATAL: database
> "johngage" does not exist
> JohnGage:bin johngage$ sudo su postgres
> bash-3.2$ ./createlang -l
> Password:
> Procedural Languages
> Name | Trusted?
> ------+----------
>
> bash-3.2$
>
> On Apr 27, 2010, at 1:47 AM, Scott Mead wrote:
>
> On Mon, Apr 26, 2010 at 3:36 AM, Jorge Arevalo <jorgearevalo(at)gis4free(dot)org>wrote:
>
>> 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.
>>
>
>
> Not to say I am a 'dis-believer' or anything... but... can we see 'echo
> $PATH' ... ?
>
> --Scott
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Kenichiro Tanaka | 2010-04-27 07:12:30 | Re: gmake check problem |
Previous Message | John Gage | 2010-04-27 00:35:11 | Re: Unable to run createlang (or psql for that matter) |