Re: [pgadmin-support] Server Instrumentation

2013-06-18 Thread Brett Maton
Of carlosinfl . Sent: 18 June 2013 16:15 To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Server Instrumentation On Tue, Jun 18, 2013 at 1:13 AM, Brett Maton wrote: > Hi Carlos, > > I'm guessing you want the "adminpack" for use with pgadmin. >

Re: [pgadmin-support] Server Instrumentation

2013-06-18 Thread carlosinfl .
On Tue, Jun 18, 2013 at 1:13 AM, Brett Maton wrote: > Hi Carlos, > > I'm guessing you want the "adminpack" for use with pgadmin. > It's usually bundled in the postgresql92-contrib RPM with EL distros. > > As root install the package > # yum install postgresql92-contrib I am using Amazon EC2 A

Re: [pgadmin-support] Server Instrumentation

2013-06-17 Thread Brett Maton
Hi Carlos, I'm guessing you want the "adminpack" for use with pgadmin. It's usually bundled in the postgresql92-contrib RPM with EL distros. As root install the package # yum install postgresql92-contrib As postgres $ psql postgres=# CREATE EXTENSION adminpack; CREATE EXTENSION You can list

Re: [pgadmin-support] Server Instrumentation Help

2012-02-21 Thread Carlos Mennens
On Tue, Feb 21, 2012 at 12:14 PM, Dave Page wrote: > Make sure the postgresql-contrib-9.1 package is installed (I'm > assuming you installed the Debian packages), then hit the "Fix it!" > button. I worked like magic... Thank you! -- Sent via pgadmin-support mailing list (pgadmin-support@postgr

Re: [pgadmin-support] Server Instrumentation Help

2012-02-21 Thread Dave Page
On Tue, Feb 21, 2012 at 5:11 PM, Carlos Mennens wrote: > So when I connect to my PostgreSQL 9.1.2 enterprise database, I'm > greeted with a window from pgAdmin3 that says: > > The server lacks instrumentation functions. > pgAdmin III uses some support functions that are not available by > default