Dies ist eine alte Version des Dokuments!
echo "localhost all all trust" | sudo tee -a /etc/postgresql/8.3/main/pg_hba.conf /dev/null su - postgres psql CREATE USER root WITH PASSWORD 'password'; ALTER ROLE root SUPERUSER; \q