Postgres not getting logged in from command prompt

From: Himanshu Joshi <himanshu(dot)joshi(at)orkash(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres not getting logged in from command prompt
Date: 2012-09-03 07:43:26
Message-ID: 1346658206437-5722379.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,
I am getting a below mentioned strange error while logging into
postgres from linux command prompt. It is working fine with GUI(pgAdmin
III). I am using postgres version 8.4SS.
Himanshu
# cd /opt/PostgresPlus/8.4SS/
# bin/psql -Upostgres -p
bin/psql: line 1: bzip2,: command not found
bin/psql: line 3: usage:: command not found
bin/psql: line 5: -h: command not found
bin/psql: line 6: -d: command not found
bin/psql: line 7: -z: command not found
bin/psql: line 8: syntax error near unexpected token `('
bin/psql: line 8: ` -k --keep keep (don't delete) input files'
#

I have already given the restart to postgres as well as the server many
times, but it didnt worked.
Plz suggest any solution for that.

Regards,
Himanshu Joshi

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Postgres-not-getting-logged-in-from-command-prompt-tp5722379.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-09-03 08:10:49 Re: Postgres not getting logged in from command prompt
Previous Message Daniel Farina 2012-09-03 06:58:04 Re: [GENERAL] Multiple Slave Failover with PITR