bundling postgres with an application - Mailing list pgsql-ports

From zluspai
Subject bundling postgres with an application
Date
Msg-id 45E3CD96.3050904@gmail.com
Whole thread Raw
Responses Re: bundling postgres with an application  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-ports
Dear Community,

We would like to bundle and ship PostgreSQL latest with our java (Tomcat
web~) application, that way so PostgreSQL server would be automatically
started and stopped by our app. It should run on Windows, and recent
versions of Suse, Fedora and RedHat linux distributions. There are few
questions arise:
- Do we need to compile PostgreSQL to a different binary for each of the
mentioned linuxes, or is there an 'universally' compatible binary we
could use? I did see that there are different RPMS for different Fedora
and RedHat versions, that suggests we need to build it, is it correct?
- Also we would like to reduce the distribution size, so what would be
the minimum set of files we need to ship? The requirement is to have
UTF8 and jdbc/socket connection support to our database.

Thank you for your comments in advance, I would happily read any similar
experiences of yours.
Regards,
Zoltan

pgsql-ports by date:

Previous
From: Paul Lambert
Date:
Subject: Re: Windows installation suggestion
Next
From: Robert Treat
Date:
Subject: Re: bundling postgres with an application