postgres.org src build vs. enterprisedb installer

From: Jon Hancock <redstarling(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: postgres.org src build vs. enterprisedb installer
Date: 2008-01-18 09:28:38
Message-ID: 9debf249-9bc6-4142-9770-ba630a0e135f@s19g2000prg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am a fairly new user of postgres and am starting with the very
latest 8.3rc1.

I need to figure out the pros/cons of compiling from the source of
postgres.org or the install package from enterprisedb.

My production target is AMD64 on ubuntu 7.04.
My test and staging target is 32 bit ubuntu 7.04 on vmware.
My dev environment is OS X 10.5 - I am fine using enterprisedb's
installer for this.

I have not found a reputable ubuntu package for the latest 8.3 so I
suppose I'm left to compile from source if I don't go with
enterprisedb.

My needs are simple:
1 - I need full text search, This is the main reason I'm going
straight to 8.3 and not bothering with integrating it myself.
2 - basic stored procedures. I don't need the extended language
options. the native/default language for stored procedures is ok.
3 - don't need things like replication or partitioning or oracle
compatibility.
4 - I do want a good install structure and decent compile options that
suites my target production platform (AMD64 on ubuntu 7.04).

Any opinions on this?

thanks, Jon

So will I end up with a relatively bloated install if I use
enterprisedb on my production server?
I do notice the default install of enterprisedb on ubuntu puts things
under /opt/enterprisedb. This is different than the install
instruction for postgres.org source and is different from standard
ubuntu practice. But if this isn't a problem, I can live with it.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jon Hancock 2008-01-18 10:08:42 postgresql source build instructions for ubuntu 7.04
Previous Message Dorren 2008-01-18 09:14:23 Re: Online Oracle to Postgresql data migration