Last active
December 12, 2015 00:39
-
-
Save vagnerzampieri/4685570 to your computer and use it in GitHub Desktop.
install postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install PostgreSQL: | |
| sudo apt-get install postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-client-9.1 postgresql-common libpq-dev | |
| Check postgresql: | |
| sudo -u postgres psql | |
| Install pgadminIII | |
| sudo apt-get install pgadmin3 | |
| Depois que entrar dentro mude a senha: | |
| \password postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ sudo apt-get install -fyu postgresql-9.1
Instala, juntamente, todas as suas dependências, mostrando-as quando concluído.