Installing majority of softwares on Ubutu is just a like away same is the case with PostgreSQL
Installing PostgreSQL (8.3)
$ sudo apt-get install postgresql
Setting the password for the postgres user
$ sudo -u postgres psql template1
ALTER USER postgres WITH PASSWORD 'password-u-need';
\q
this installs and configues the password for the postgreSQL
is this not easy with ubuntu
and yes if you need to use postgreSQL with PHP on your apache server the install the php5-pgsql module using the following
$ sudo apt-get install php5-pgsql
Recent comments
4 weeks 2 days ago
12 weeks 5 days ago
13 weeks 4 days ago
20 weeks 4 days ago
27 weeks 3 days ago
37 weeks 2 days ago
1 year 5 days ago
1 year 1 week ago
1 year 4 weeks ago
1 year 4 weeks ago