:: what is postgresql
please take a look this
:: how to install postgresql on debian
|
1 |
# aptitude install postgresql |
:: starting / restarting postgresqld
|
1 2 |
# /etc/init.d/postgresql start
# /etc/init.d/postgresql restart |
:: testing / access postgresql
|
1 2 3 4 5 6 |
# su - postgres
postgres@debi:~$ psql
psql (8.4.7)
Type "help" for help.
postgres=# |
:: links
+ google
+ debianhelp
I feel satisfied after raednig that one.