Dave Page dpage at pgadmin.org
Mon Feb 18 14:34:51 PST 2008
On Feb 18, 2008 9:41 PM, Peter Eisentraut <peter_e at gmx.net> wrote:
> Dave Page wrote:
> > Further to that, how are you actually installing in this way Peter? In
> > working on the patch for this I find that the makefiles are
> > specifically designed to install the libraries into the pg libdir and
> > the scripts into the pg sharedir regardless of the installation prefix
> > etc. The changes to slonik should work fine with that.
>
> You can set --with-pgsharedir=whatever, and then it doesn't work.
>

Right, but that option is there to tell the build system where the
PostgreSQL share directory is, not for you to specify where you want
the Slony share directory - that's how the description of the
parameter reads to me at least (plus of course it falls back to
whatever pg_config says iirc):

  --with-pgsharedir=<dir>          Location of the PostgreSQL share
dir. E.g. postgresql.conf.sample

Additionally, the use case you suggested for doing this would also
require the lib dir to be altered, so I still don't see how that will
work - at least without you manually editing the SQL scripts.


-- 
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company


More information about the Slony1-bugs mailing list