Re: Building from source vs RPMs - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Building from source vs RPMs
Date
Msg-id 200907291027.37884.peter_e@gmx.net
Whole thread Raw
In response to Building from source vs RPMs  (Christophe Pettus <xof@thebuild.com>)
Responses Re: Building from source vs RPMs
List pgsql-general
On Tuesday 28 July 2009 02:53:19 Christophe Pettus wrote:
> I'm moving from a long time in BSD-land to using Linux.  I've always
> been in the habit of building PostgreSQL from the source tarballs.  On
> Linux, is there an advantage either way to using the RPMs as opposed
> to building from source?  Thanks!

RPMs will make sure the init script is correctly wired in and the server will
start at the right time, logging and log rotation is correctly set up, and
depending on the system, that your time zone data is current.  Also, the
dependency system will make sure everything you need is installed and stays
installed.  And finally, it saves you from having to install a complete
development and build environment on your server, and it installs much faster.

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Relational Algebra and Aggregate Functions
Next
From: "Albe Laurenz"
Date:
Subject: Re: Clients disconnect but query still runs