Minimal Postgresql installation for embedded app on Windows 32

From: Frank Church <voipfc(at)googlemail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Minimal Postgresql installation for embedded app on Windows 32
Date: 2010-06-02 07:01:58
Message-ID: AANLkTik3gX4iECx4zOBI_Bn7XKpZCxPhQ3wm0mAMlsfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I want to install postgresql as an embedded database and I am looking
to install the most minimal installation, with perhaps some support
for ODBC. I prefer to install it all in a separate directory so it
does not affect any standard PostgreSQL installation on the same
computer, running it as a different user, different ports etc.

In going through the contents of
http://downloads.enterprisedb.com/postgresql/postgresql-8.4.4-1-windows-binaries.zip
I see that ODBC is not included, does that require a Stackbuilder
installation?

If I need to use ODBC, does it have to be a standard installation in
the default directories, or can I create a separate configuration
still using the standard files, but manage to get the libraries
pointed to those of my installation, using a different port?

It looks like unzipping and using pgctl can do most of what is
required except for the Stackbuilder requirements for ODBC. Can I
simply use the StackBuilder installation to install everything into
the same subdirectory, zip everything up and extract it do the same
folder during installation, then run some initialization scripts to
get stuff running as in the standard install?

Browse pgsql-general by date

  From Date Subject
Next Message Janning 2010-06-02 08:10:24 Re: Statement Pooling
Previous Message Greg Smith 2010-06-02 05:53:07 Re: create index concurrently - duplicate index to reduce time without an index