Re: psql command

From: "Iuri Sampaio" <iuri(dot)sampaio(at)gmail(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: psql command
Date: 2006-09-07 06:00:42
Message-ID: 000801c6d242$f5238ca0$6401a8c0@LAPTOP
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I forgot to contextualize,

env | grep PATH :

oacsbr(at)desktop:~$ env | grep PATH

PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games

Funny thing, speaking about full paths... there is no psql command in
"/usr/bin/"

oacsbr(at)desktop:~$ ls -l /usr/bin/psql

ls: /usr/bin/psql: No such file or directory

I installed postgresql 8.1 from tarball-source and followed those steps:

http://openacs.org/doc/current/postgres.html

I didn't use apt-get install

_____

From: Iuri Sampaio [mailto:iuri(dot)sampaio(at)gmail(dot)com]
Sent: Thursday, September 07, 2006 2:57 AM
To: 'pgsql-admin(at)postgresql(dot)org'
Subject: psql command

The postgres commands work fine to postgres user but it doesn't work to a
random user account

I already created the user on postgres

desktop:~# su - postgres

postgres(at)desktop:~$ createuser -a -d oacsbr

and set on .bashrc

LD_LIBRARY_PATH=:/usr/local/pgsql/lib:/usr/local/pgsql/lib

PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/pgsql/b
in:/usr/local/pgsql/bin

But somehow I can't run any commands such as

oacsbr(at)desktop:~$ createdb -E UNICODE mytestdb

-su: createdb: command not found

oacsbr(at)desktop:~$ psql -l

-su: psql: command not found

oacsbr(at)desktop:~$ psql -l mytestdb.dmp mytestdb

-su: psql: command not found

Does anyone knows what I've missed?

iuri

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Sriram Dandapani 2006-09-07 13:51:48 Re: transactoin id wraparound problem
Previous Message Iuri Sampaio 2006-09-07 05:56:46 psql command