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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add a new action menu to refresh a materialized vie
Дата
Msg-id E1X2Mi5-0003QH-2m@gothos.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Support the new columns in pg_stat_activity (new as
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE