How To Install PostgreSQL
PostgreSQL is an free utility of an database structures. It was initially developed at UC Berkeley and view the server documentation at this link: http://www.postgresql.org/docs/8.4/static/admin.html
In this tutorial i will show you how to install PostgreSQL.
1. Open Terminal.
2. In Terminal type the following command.
sudo apt-get install postgresql
3. That’s it!! PostgreSQL will be installed.









