On 10/18/07, Ken Johansson <kjohansson@alumni.sfu.ca> wrote:
> and i though PostgreSQL would be easier to get up and running than SQL
> server............
I sincerely hope you don't consider that the sole criteria for
choosing databases.
Personally, I found it quite easy.
apt-get install postgresqlp8.2
sudo /etc/init.d/postgres-8.2 start
sudo su - postgres
psql
4 whole steps. I must be forgetting something there.