pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE
Date
Msg-id E1X2Ml4-0003cF-Sg@gothos.postgresql.org
Whole thread Raw
Responses Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE  ("J.F. Oster" <jinfroster@mail.ru>)
List pgadmin-hackers
Handle the 9.4 MOVE clause of ALTER TABLESPACE

Branch
------
master

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

Modified Files
--------------
CHANGELOG                               |    1 +
pgadmin/dlg/dlgMoveTablespace.cpp       |  119 +++++++++++++++++++++++++++++++
pgadmin/dlg/module.mk                   |    1 +
pgadmin/frm/frmMain.cpp                 |    2 +
pgadmin/include/dlg/dlgMoveTablespace.h |   44 ++++++++++++
pgadmin/include/dlg/module.mk           |    1 +
pgadmin/include/schema/pgTablespace.h   |    9 +++
pgadmin/schema/pgTablespace.cpp         |   40 +++++++++++
pgadmin/ui/dlgMoveTablespace.xrc        |   95 ++++++++++++++++++++++++
pgadmin/ui/module.mk                    |    1 +
10 files changed, 313 insertions(+)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Add a new action menu to refresh a materialized vie
Next
From: Guillaume Lelarge
Date:
Subject: Re: Support for the 9.4 MOVE clause of ALTER TABLESPACE