pgAdmin III commit: Add a new action menu to refresh a materialized vie

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add a new action menu to refresh a materialized vie
Date: 2014-07-02 15:44:37
Message-ID: E1X2Mi5-0003QH-2m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add a new action menu to refresh a materialized view

It also displays another action menu with 9.4 cluster to refresh concurrently the materialized view.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/frm/frmMain.cpp | 3 ++
pgadmin/include/schema/pgView.h | 18 +++++++++++
pgadmin/schema/pgView.cpp | 67 +++++++++++++++++++++++++++++++++++++++
4 files changed, 89 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2014-07-02 15:47:42 pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE
Previous Message Guillaume Lelarge 2014-07-02 15:43:21 pgAdmin III commit: Support the new columns in pg_stat_activity (new as