Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-27 Thread John Gage
Do you know of any guides to ritual suicide? On Apr 27, 2010, at 3:02 AM, Scott Mead wrote: Your path has 'PostgresPlus' Locate shows 'PostgreSQL' -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mai

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread Scott Mead
On Mon, Apr 26, 2010 at 8:35 PM, John Gage 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/Efficie

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread John Gage
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 JohnGage:~ johngage$ createlang -l -bash: createl

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread Scott Mead
On Mon, Apr 26, 2010 at 3:36 AM, Jorge Arevalo wrote: > On Sun, Apr 25, 2010 at 11:08 AM, John Gage > 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: ps

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread Giles Lean
Dave Page wrote: > The account doesn't have a password by default as it's a service > account and you shouldn't need to use it interactively. > > If you really want to though, just set a password: > > gator:~ dpage$ sudo passwd postgres > Changing password for postgres. > New password: > Retyp

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread John Gage
Thank you. The reason I wanted to use it interactively is, at base, ignorance. I do not completely remember everything that happened when I installed Postgresql (on Mac OSX). I did it with the Enterprise installer, however, that I do remember. But what I begin to think is that *any* insta

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread Dave Page
On Mon, Apr 26, 2010 at 8:55 AM, John Gage wrote: > A very key difficulty is that if I attempt to add postgres as a user to my > system, my system tells me postgres already is a user.  But, unfortunately, > postgres as a user on my system has no password.  His postgresql password > does not work

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread John Gage
Fascinatingly, to me at least, as follows (I threw in "which bash"): JohnGage:~ johngage$ which createlang JohnGage:~ johngage$ which psql JohnGage:~ johngage$ which bash /bin/bash i.e. zilch Here's what I am able to do: JohnGage:~ johngage$ su postgres Password: su: Sorry JohnGage:~ johngage$

Re: [GENERAL] Unable to run createlang (or psql for that matter)

2010-04-26 Thread Jorge Arevalo
On Sun, Apr 25, 2010 at 11:08 AM, John Gage 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 p

[GENERAL] Unable to run createlang (or psql for that matter)

2010-04-25 Thread John Gage
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 plugi