Ubuntu7.04にpostgresqlをインストール

インストール

# sudo apt-get install postgresql-8.2  

起動

$ sudo /etc/init.d/postgresql-8.2 start

接続

bird:# su - postgres
Password: 
postgres@ubuntu704:~$ psql
Welcome to psql 8.2.4, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit