Search This Blog

Thursday, February 4, 2016

linux Ubuntu Postgresql Setup Installation


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:

Hit Counter


View My Stats