From: | "Magnus Hagander" <mha(at)sollentuna(dot)net> |
---|---|
To: | "Greg Quinn" <greg(at)officium(dot)co(dot)za>, <pgsql-novice(at)postgresql(dot)org> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Problems running PostGreSQL silent install |
Date: | 2006-10-27 20:36:36 |
Message-ID: | 6BCB9D8A16AC4241919521715F4D8BCEA0FCCF@algol.sollentuna.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
> Thank you for the reply.
> But then are you saying I don't even really need to use the
> MSI in the first place?
> I can just copy the files to a folder. Then run initdb and pg_ctl?
Sure. The MSI is just a convenient way to get everything into place, and
to set icons and stuff.
> I am bundling PostGreSQL with my software package. And will
> be using Installshield to copy my program files to the client
> computer.
> Now can I just get the PostGresql folder, put it where I
> want, then Run initdb and pg_ctl?
Yes, certainly. If you just need the backend, you will just need that
and possibly set some permissions. You can look at the code to
pginstaller (http://pgfoundry.org/projects/pginstaller/) to get details
of exactly what it does. Much of the code is to deal with service
account verification and creation - if you already have this solved
elsewhere, you can probably get around things much easier.
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Clodoaldo Pinto Neto | 2006-10-27 20:56:06 | Re: plpython.so |
Previous Message | Richard Broersma Jr | 2006-10-27 20:34:24 | Re: CREATE TABLE initial value for PRIMARY KEY |
From | Date | Subject | |
---|---|---|---|
Next Message | jennifer llerena | 2006-10-28 04:01:41 | postgresql tuning |
Previous Message | Greg Quinn | 2006-10-27 20:27:57 | Re: Problems running PostGreSQL silent install |