Re: Installing Contrib Modules with a Precompiled Binary

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Aram Fingal <fingal(at)multifactorial(dot)com>
Cc: Postgres-General General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing Contrib Modules with a Precompiled Binary
Date: 2010-09-20 18:12:55
Message-ID: AANLkTikEytTNtjkFS7A0QdSN-PXzObP90SJrxVTSjHa7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 20, 2010 at 7:06 PM, Aram Fingal <fingal(at)multifactorial(dot)com> wrote:
> I'm using the OS X precompiled binary from EnterpriseDB and want to add the tablefunc contrib module.  I haven't been able to find any documentation about how to do this or even whether modules can be added to this binary version.

It's the same as the source version except you don't need to build the
binary - just run the SQL script from the share/ subdirectory of the
installation.

> I suppose that it may be a good idea to export my databases and compile from source anyway.  I see that Postgres is running as a 32-bit application while I have a 64-bit machine and OS (OS X, Snow Leopard.)

The 9.0 release supports 32 and 64 bit Intel machines.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Mennens 2010-09-20 18:40:08 Re: Alter Table Auto_Increment
Previous Message Tom Lane 2010-09-20 18:11:51 Re: Installing Contrib Modules with a Precompiled Binary