How to install PostgreSQL in Ubuntu
PostgreSQL is a database server based on Opensource.It is well supported and easy to install.
- To install PostgreSQL (both client and server):
sudo apt-get install postgresql-8.2
- To install PostgreSQL documentation:
sudo apt-get install postgresql-doc-8.2
- To install JDBC3 driver for PostgreSQL:
sudo apt-get install libpg-java
- To enable php support for PostgreSQL:
sudo apt-get install php5-pgsql
- To do administrative works graphically:
sudo apt-get install pgadmin3
- To do web-based administrative works:
sudo apt-get install phppgadmin
Content Courtesy: http://www.ubuntuguide.org
Content License:http://www.gnu.org/copyleft/fdl.htm
Press the button below if you liked this site.
Tagged:
The brains or the lack of it behind Ubuntu Manual. Crazy about Linux, hates windows except for the fact that it runs many of his favorite games by default. Loves blogging









