Type the below commands.
postgresql
**********
sudo apt-get install postgresql postgresql-contrib
apt-cache search postgres
sudo apt-get install pgadmin3
create default user/role postgres
**********************************
sudo -u postgres psql postgres
\password postgres
p0stgr3s
p0stgr3s
No comments:
Post a Comment