From: | Stephane Bortzmeyer <bortzmeyer(at)nic(dot)fr> |
---|---|
To: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
Cc: | Ken Johansson <kjohansson(at)alumni(dot)sfu(dot)ca>, postgres general mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: running postgres |
Date: | 2007-10-19 16:25:43 |
Message-ID: | 20071019162543.GA18024@laperouse.bortzmeyer.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Oct 18, 2007 at 10:50:02AM -0500,
Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> wrote
a message of 18 lines which said:
> 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.
Although I regard PostgreSQL as quite simple and easy to use (I find
it easier than MySQL, for instance), your oversimplication won't help
the potential users to evalute PostgreSQL. For instance, I typically
spend a lot of time in step 5, editing pg_hba.conf and struggling to
obtain the desired effect.
Also, on non-Debian platforms, step 1 can be more complicated if I
want other languages (I use Python a lot in my stored procedures).
From | Date | Subject | |
---|---|---|---|
Next Message | Bob Pawley | 2007-10-19 16:39:20 | Temp Table |
Previous Message | Lizhe.Xu | 2007-10-19 16:19:23 | Re: Problem of installation on Mac |