Re: Procedural language functions across servers

From: Mark Morgan Lloyd <markMLl(dot)pgsql-general(at)telemetry(dot)co(dot)uk>
To: pgsql-general(at)PostgreSQL(dot)org
Subject: Re: Procedural language functions across servers
Date: 2006-07-09 21:19:42
Message-ID: 44B172EE.57182E43@telemetry.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Fuhr wrote:
>
> > The other thing that I'm thinking is that it's quite possible that (as
> > hypothetical examples) PL/Perl, PostGIS and PL/R wouldn't be happy on the
> > same machine, at which point the only way to merge their functionality in
> > complex work would be to use a "farm".
>
> What sort of "unhapiness" are you thinking is "quite possible"?

Well I must confess that I was rather looking at worst cases here- constructive
pessimism :-)

However I think one scenario would be if I were relying on binary packages and
found that while most of the ones I wanted were in (say) Debian/stable but one
was only in Debian/testing. I'd be reluctant in this case to "upgrade" a
development machine from stable to testing, and would either go for a scratch
machine or for an image running under User Mode Linux.

Historically my preference has usually been to build from source, but even then
there are cases where installing some prerequisite implies unwelcome mutilation
of a stable machine- not strictly database-related but having to install gd and
then finding that requires an upgrade of TrueType springs to mind.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Morgan Lloyd 2006-07-09 21:31:42 Re: Procedural language functions across servers
Previous Message Jaime Casanova 2006-07-09 21:15:11 Re: Can Log filename include database name?