LazyAdminPostgres
From JQuantLib
This article quickly show how Postgres can be installed and a system administrator account set up. Richard Gomes
Install Postgres
apt-get install postgresql-8.4 postgresql-common \
postgresql-client-8.4 postgresql-client-common \
postgresql-contrib postgresql-contrib-8.4 \
oidentd lsb uuid
Create administrator
su - postgres -c "createuser -s -P admin"
Richard Gomes 20:05, 17 October 2009 (UTC)

