:: what is postgresql
please take a look this

:: how to install postgresql on debian

# aptitude install postgresql

:: starting / restarting postgresqld

# /etc/init.d/postgresql start
# /etc/init.d/postgresql restart

:: testing / access postgresql

# su - postgres
postgres@debi:~$ psql
psql (8.4.7)
Type "help" for help.

postgres=# 

:: links
+ google
+ debianhelp

Hi, I’m Sysadmin.ID

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *