i used below command to backup my database
sudo -u user_name pg_dump dbName -f /home ..../someWhere/db.sql
but it gives me this :
pg_
try pg_dump from psql command-line as below:
pg_dump
psql command-line
postgres=# \! pg_dump dbName -f /home ..../someWhere/db.sql