Re: DB Journal: PostgreSQL Software Installation - Mailing list pgsql-advocacy

From Jacob Hanson
Subject Re: DB Journal: PostgreSQL Software Installation
Date
Msg-id k66skvci04cdqrv01cs7jlttlvru4elfrg@4ax.com
Whole thread Raw
In response to DB Journal: PostgreSQL Software Installation  (Ian Barwick <barwick@gmx.net>)
Responses Re: DB Journal: PostgreSQL Software Installation  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Re: DB Journal: PostgreSQL Software Installation  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-advocacy
I don't agree with this. I mean, it's not *hard* to install
PostgreSQL, but it's nowhere as easy as Firebird or MySQL either.

I mean, with Firebird, you basically run the install script and it
does everything for you, including starting the server, end of story.

With PostgreSQL, unfortunately, (at least when compiling from source
as I do) you have to do several menial tasks, like create a data
directory and set various permissions, add postgresql to chkconfig
(redhat anyway), create a user, start postmaster with that user, then
do an initdb. Not difficult, but more involved that simply running a
script as you do with the others. Now with 7.4, having to manually
setup autovaccuum is another thing to do.

If I knew anything about shell scripting I'd offer to help streamline
the process. But alas...

Jacob

On Wed, 27 Aug 2003 13:43:25 +0200, barwick@gmx.net (Ian Barwick)
wrote:
>"Getting free software and installing can sometimes be a daunting task. Not so
>with PostgreSQL. ..."



pgsql-advocacy by date:

Previous
From: Timo Nentwig
Date:
Subject: Re: java.sql.SQLException: ERROR: parser:
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: DB Journal: PostgreSQL Software Installation