Re: build contrib - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: build contrib
Date
Msg-id 20040417154220.GB14656@wolff.to
Whole thread Raw
In response to build contrib  ("John Liu" <johnl@emrx.com>)
Responses Re: build contrib
List pgsql-general
On Fri, Apr 16, 2004 at 16:49:43 -0500,
  John Liu <johnl@emrx.com> wrote:
> How to build some of those contrib? Can you add one of contrib on the
> existing Postgresql without reconfigure, rebuild, and reinstall?

As long as you haven't done a make clean (or distclean) since your
last build:
cd contrib/whatever
make
make install

I always stop the postmaster when I do this, though I am not sure if you
really need to do that as the contrib stuff just add function libraries
that should get loaded when the are referenced and/or provide scripts
that you run to create the functions or do other things.

pgsql-general by date:

Previous
From: Steve Manes
Date:
Subject: Cursors and PHP
Next
From: Tom Lane
Date:
Subject: Re: Cursors and PHP