Re: How to run PostgreSQL? - Mailing list pgsql-admin

From Chris Browne
Subject Re: How to run PostgreSQL?
Date
Msg-id 87vdobb58h.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to How to run PostgreSQL?  (Jan Muhammad <janmuhd@yahoo.com>)
List pgsql-admin
jd@commandprompt.com ("Joshua D. Drake") writes:
>> >  * Why should I have to configure a custom init.d script so my
>> > PostgreSQL will start?
>>
>> to gain control over the system issue.  From my perspective pg has always
>> been at the enterprise layer,
>
> This surprises me a bit. In my experience Enterprises don't compile from
> source and those that do, push it into a package so they can manage it.
>
> Wait... there is one place in the "enterprise" where I could see this
> being the case. Places that are running legacy systems like AIX or HPUX
> that don't necessarily even have a proper package management system.

There are two other scenarios that I have seen that have led us to
generally compile from sources, both with common features:

  a) Slony-I expects to be built alongside the database.

     In principle, the relevant compiled components *could* be added
     in via PGXS, but nobody has had the time to set that up; it
     hasn't seemed that valuable to do.

  b) We've got some internal data types that expect to be built in
     contrib/

     Again, we could presumably use PGXS to evade this...  Mumble...

It would be *conceivable* to build RPMs or something, but that seems
more trouble than it's worth for, erm, AIX :-).
--
select 'cbbrowne' || '@' || 'cbbrowne.com';
http://linuxdatabases.info/info/multiplexor.html
"Bother," said Pooh as he struggled with sendmail.cf.
"It never does quite what I want."
"I wish Christopher Robin were here.".

pgsql-admin by date:

Previous
From: Kasia Tuszynska
Date:
Subject: testing 8.4
Next
From: Jakov Sosic
Date:
Subject: Re: How to run PostgreSQL?