Re: Enabling Server Instrumentation on 8.4.1

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: "Arnold, Sandra" <ArnoldS(at)osti(dot)gov>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Enabling Server Instrumentation on 8.4.1
Date: 2009-11-03 15:50:57
Message-ID: 4AF05161.9040508@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03/11/2009 15:41, Arnold, Sandra wrote:
> I am in the process of trying to enable Server Instrumentation on
> Postgresql 8.4.1. I installed the software using the Linux
> one-click-installer. I have looked for the sql file that is shown on
> the screen that comes up when I try to use the Server Status tool in
> PGAdminIII (see below) but cannot find it. If I see the contrib
> directory under share/postgresql directory does that mean the adminpack
> is installed? Or there something I need to do?

You need to run the adminpack.sql script - it ought to be in the contrib
directory. So something like -

psql -f adminpack.sql postgres

- ought to do it.

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Barnes 2009-11-03 16:32:36 Bench marking performance or experience using Solid State Disk Drives (SSD) with postgres
Previous Message Arnold, Sandra 2009-11-03 15:41:35 Enabling Server Instrumentation on 8.4.1