// membuat user
agungwiseso@agungwiseso:~$ sudo su
[sudo] password for agungwiseso:
root@agungwiseso:/home/agungwiseso# adduser postgres
Adding user `postgres’ …
Adding new group `postgres’ (1001) …
Adding new user `postgres’ (1001) with group `postgres’ …
Creating home directory `/home/postgres’ …
Copying files from `/etc/skel’ …
Enter new UNIX password: _
Retype new UNIX password: _
passwd: password updated successfully
Changing the user information for postgres
Enter the new value, or press ENTER for the default
Full Name []: agung wiseso
Room Number []: 39
Work Phone []: 39
Home Phone []: 39
Other []: 39
Is the information correct? [Y/n] y
root@agungwiseso:/home/agungwiseso#
// membuat user selesai
sekarang
// instalasi posgreSQL
root@agungwiseso:/home/agungwiseso# mv postgresql-8.4.1-1-linux.bin /usr/local/src
root@agungwiseso:/home/agungwiseso# cd /usr/local/src
root@agungwiseso:/usr/local/src# ./postgresql-8.4.1-1-linux.bin
# maka akan muncul setup instalasi postgreSQL
# dan setelah selesai di menu start sudah langsung terbenam instalasinya yang dapat dilihat di, aplications > PostgreSQL 8.4
// Instalasi postgreSQL selesai
// selesai ?