Thread: 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@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/bin:/usr/local/pgsql/bin
But somehow I can’t run any commands such as
oacsbr@desktop:~$ createdb -E UNICODE mytestdb
-su: createdb: command not found
oacsbr@desktop:~$ psql -l
-su: psql: command not found
oacsbr@desktop:~$ psql -l mytestdb.dmp mytestdb
-su: psql: command not found
Does anyone knows what I’ve missed?
iuri
I forgot to contextualize,
env | grep PATH :
oacsbr@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@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.sampaio@gmail.com]
Sent: Thursday, September 07, 2006 2:57 AM
To: 'pgsql-admin@postgresql.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@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/bin:/usr/local/pgsql/bin
But somehow I can’t run any commands such as
oacsbr@desktop:~$ createdb -E UNICODE mytestdb
-su: createdb: command not found
oacsbr@desktop:~$ psql -l
-su: psql: command not found
oacsbr@desktop:~$ psql -l mytestdb.dmp mytestdb
-su: psql: command not found
Does anyone knows what I’ve missed?
iuri
Hi, On Thursday 07 September 2006 08:00, Iuri Sampaio wrote: | oacsbr@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/" that's because it's presumably installed under /usr/local/pgsql/bin -- look at the PATH variable for user postgres or check with "which psql" as user postgres. | oacsbr@desktop:~$ ls -l /usr/bin/psql | | ls: /usr/bin/psql: No such file or directory [...] | The postgres commands work fine to postgres user but it doesn't work to a | random user account | 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 | you want to repeat this step for other users required to run the "psql" command. Ciao, Thomas -- Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----
Sent: Wednesday, September 06, 2006 10:57 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] 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@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/bin:/usr/local/pgsql/bin
But somehow I can’t run any commands such as
oacsbr@desktop:~$ createdb -E UNICODE mytestdb
-su: createdb: command not found
oacsbr@desktop:~$ psql -l
-su: psql: command not found
oacsbr@desktop:~$ psql -l mytestdb.dmp mytestdb
-su: psql: command not found
Does anyone knows what I’ve missed?
iuri
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.
Thank you.
FADLD Tag
**********************************************************************