| From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE |
| Date: | 2014-07-02 15:47:42 |
| Message-ID: | E1X2Ml4-0003cF-Sg@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2014-07-02 15:48:52 | Re: New columns in 9.4 pg_stat_activity |
| Previous Message | Guillaume Lelarge | 2014-07-02 15:44:37 | pgAdmin III commit: Add a new action menu to refresh a materialized vie |