pgAdmin III commit: Install adminpack on user request in frmStatus

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Install adminpack on user request in frmStatus
Date: 2011-04-18 20:23:00
Message-ID: 201104182023.p3IKN0xB079983@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Install adminpack on user request in frmStatus

Now that we can install an extension quite easily, it's simpler to ask the
user if he wants pgAdmin to install it, rather than displaying him a hint. We
still do that if it's not an 9.1 server or if the server doesn't have the
adminpack extension installed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bd13fc270aaf7fdf007c7ea94969c1fbfeb4f9fe

Modified Files
--------------
pgadmin/db/pgConn.cpp | 4 ++--
pgadmin/frm/frmStatus.cpp | 30 ++++++++++++++++++++++++++----
pgadmin/include/db/pgConn.h | 2 +-
3 files changed, 29 insertions(+), 7 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-04-18 22:35:31 pgAdmin website commit: Fix URL
Previous Message Guillaume Lelarge 2011-04-18 19:51:18 pgAdmin III commit: Fix the display options