How to Include Contributed Modules in Automated Install

From: "Lane Van Ingen" <lvaningen(at)esncc(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: How to Include Contributed Modules in Automated Install
Date: 2006-02-09 17:37:14
Message-ID: EKEMKEFLOMKDDLIALABIMEPKCHAA.lvaningen@esncc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,

I am currently using PostgreSQL 8.0.2 on Windows 2003.

I want to do a silent install via a .bat file. My command line currently
looks like this:

msiexec /i %INSTALL%\postgresql-8.0-int.msi /qb ADDLOCAL=server,psql
INTERNALLAUNCH=1 SERVICEACCOUNT=%svcacct% SERVICEPASSWORD=%svcpasswd%
SUPERUSER=%superacct% SUPERPASSWORD=%PGPASSWORD% BASEDIR=%PGRESQLDB% /l*v
%PGRESQLDB%\install.log

QUESTION: I want to include contributed modules 'PGStatTuple',
'FuzzyStringMatch', and 'DBsize' in the automated install. Although
including these modules can be done checked off on a 'manual install', don't
know how to do it on a silent install. The instructions at the following
site do not say how to install these modules:
http://pginstaller.projects.postgresql.org/silent.html

Do I need to implement the contributed modules via SQL statements or some
other way?

Browse pgsql-novice by date

  From Date Subject
Next Message Srinivas Iyyer 2006-02-09 17:50:31 Re: SQL Query gone wrong.. please help
Previous Message Murat Tasan 2006-02-09 17:24:39 Re: SQL Query gone wrong.. please help