Re: build contrib

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: John Liu <johnl(at)emrx(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: build contrib
Date: 2004-04-17 16:29:19
Message-ID: 10794.1082219359@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruno Wolff III <bruno(at)wolff(dot)to> writes:
> John Liu <johnl(at)emrx(dot)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

Also, if you want to build all the contrib modules, just do the makes
in the contrib directory.

One other point is that most of the more-recently-written contrib
modules support "make installcheck" (though not "make check").

> I always stop the postmaster when I do this, though I am not sure if you
> really need to do that

You don't.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Chille 2004-04-17 16:32:35 Re: PLpgSQL-Problem
Previous Message Ken Godee 2004-04-17 16:19:36 Re: Python to postgresql interface