From: | "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE |
Date: | 2014-07-03 06:40:12 |
Message-ID: | 1654680756.20140703104012@mail.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hello Guillaume,
Some changes to pgAdmin3.vcxproj are missing.
Please see the attached patch to fix it.
Wednesday, July 2, 2014, 7:47:42 PM, you wrote:
GL> Handle the 9.4 MOVE clause of ALTER TABLESPACE
GL> Branch
GL> ------
GL> master
GL> Details
GL> -------
GL> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e22eded8f205070a97bf3866bb55025d4253ba29
GL> Modified Files
GL> --------------
GL> CHANGELOG | 1 +
GL> pgadmin/dlg/dlgMoveTablespace.cpp | 119
GL> +++++++++++++++++++++++++++++++
GL> pgadmin/dlg/module.mk | 1 +
GL> pgadmin/frm/frmMain.cpp | 2 +
GL> pgadmin/include/dlg/dlgMoveTablespace.h | 44 ++++++++++++
GL> pgadmin/include/dlg/module.mk | 1 +
GL> pgadmin/include/schema/pgTablespace.h | 9 +++
GL> pgadmin/schema/pgTablespace.cpp | 40 +++++++++++
GL> pgadmin/ui/dlgMoveTablespace.xrc | 95 ++++++++++++++++++++++++
GL> pgadmin/ui/module.mk | 1 +
GL> 10 files changed, 313 insertions(+)
--
Best regards,
J.F.
Attachment | Content-Type | Size |
---|---|---|
140703_dlgMoveTablespace_vc.patch | application/octet-stream | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Guillaume Lelarge | 2014-07-03 06:54:39 | Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE |
Previous Message | Guillaume Lelarge | 2014-07-02 15:49:18 | Re: Support for the 9.4 MOVE clause of ALTER TABLESPACE |