coba cara ini,
sudo -u postgres createuser -D -P your-current-ubuntu-username
dan
sudo -u postgres createdb -O your-current-ubuntu-username your-database
buka file ini /etc/postgresql/9.1/main/pg_hba.conf
ubah baris ini saja:
local all all peer
untuk ini:
local all all md5
Jangan lupa untuk me-restart server postgres:
sudo service postgresql restart
Sekarang periksa, dengan perintah ini
psql -d your-database -U your-current-ubuntu-username -W
itu harus bekerja
Solusi ini berfungsi untuk postgresql-9.1
, berikut cara memasangnya
sudo apt-get install postgresql-9.1