Skip to content

Instantly share code, notes, and snippets.

@wyanez
Created February 4, 2011 02:47
Show Gist options
  • Save wyanez/810661 to your computer and use it in GitHub Desktop.
Save wyanez/810661 to your computer and use it in GitHub Desktop.
[Postgres] Instalacion de Postgresql 9.0 en Ubuntu Maverick
add-apt-repository ppa:pitti/postgresql
aptitude update
aptitude install postgresql-9.0 pgadmin3 postgresql-doc-9.0 postgresql-contrib-9.0 postgresql-server-dev-9.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment