Re: build from src extension files missing

From: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
To: "Campbell, Lance" <lance(at)illinois(dot)edu>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: build from src extension files missing
Date: 2012-07-23 16:09:41
Message-ID: CAJghg4KCZXPXmYpA08oMdfzN22FTksVtHtke_PcV50mv2PV3wQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--
Matheus de Oliveira

Bacharelado em Ciências de Computação
Laboratório de Computação de Alto Desempenho -
LCAD<http://www.lcad.icmc.usp.br/>
Instituto de Ciências Matemáticas e de Computação -
ICMC<http://www.icmc.usp.br/>
Universidade de São Paulo - USP <http://www.sc.usp.br/>

On Mon, Jul 23, 2012 at 12:09 PM, Campbell, Lance <lance(at)illinois(dot)edu>wrote:

> PostgreSQL: 9.1.4****
>
> Linux Red Hat 6.x****
>
> ** **
>
> I built PostgreSQL 9.1.3 from source with no issues a while back. The
> below files were found in the folder pgsql-9.1/share/extension:****
>
> adminpack--1.0.sql****
>
> adminpack.control****
>
> pg_buffercache--1.0.sql****
>
> pg_buffercache--unpackaged--1.0.sql****
>
> pg_buffercache.control****
>
> plpgsql--1.0.sql****
>
> plpgsql--unpackaged--1.0.sql****
>
> plpgsql.control**
>
> ** **
>
> Today I built from source PostgreSQL 9.1.4. I find that the folder
> pgsql-9.1/share/extension has only these files in it:****
>
> ** **
>
> plpgsql--1.0.sql****
>
> plpgsql--unpackaged--1.0.sql****
>
> plpgsql.control****
>
> ** **
>
> How do I get the adminpack to show up?
>

Take a look at "contrib/adminpack/". To install:

$ cd contrib/adminpack/
$ make && make install
$ psql <you database and authentication options> -c "CREATE EXTENSION
adminpack"

--
Matheus de Oliveira

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gary Webster 2012-07-23 21:13:59 db size growing out of control when using clustered Jackrabbit
Previous Message Campbell, Lance 2012-07-23 15:09:43 build from src extension files missing