section id="postgresql.install.sarge" xreflabel="Instalace v Debian Sarge"
FIXME:TBD
# aptitude install postgresql# aptitude install postgresql-clientOvěříme si že máme přístup do databáze.
#su postgres psql template1Welcome to psql 7.4.7, the PostgreSQL interactive terminal.⋮template1=#\lList of databases Name | Owner | Encoding -----------+----------+----------- template0 | postgres | SQL_ASCII template1 | postgres | SQL_ASCII (2 rows)