Installing PostgreSQL on Debian

Postgres is only an apt-get away!

# apt-get install postgresql postgresql-client

To integrate with PHP PDO:

# apt-get install php5-pgsql

Leave a Reply