Обсуждение: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

Поиск
Список
Период
Сортировка

pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

От
Guillaume Lelarge
Дата:
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(+)


Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

От
"J.F. Oster"
Дата:
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.

Вложения

Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

От
Guillaume Lelarge
Дата:

Hi,

Le 3 juil. 2014 08:40, "J.F. Oster" <jinfroster@mail.ru> a écrit :
>
> Hello Guillaume,
>
> Some changes to pgAdmin3.vcxproj are missing.

Oh yeah, you're right. I completely forgot the visual studio project.

> Please see the attached patch to fix it.
>

I'll take a look at it. Can't right now because I'll be in my customer's office in a few minutes.

Thanks for noticing and for the patch.

> 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.

Re: pgAdmin III commit: Handle the 9.4 MOVE clause of ALTER TABLESPACE

От
Guillaume Lelarge
Дата:
2014-07-03 8:54 GMT+02:00 Guillaume Lelarge <guillaume@lelarge.info>:

Hi,

Le 3 juil. 2014 08:40, "J.F. Oster" <jinfroster@mail.ru> a écrit :


>
> Hello Guillaume,
>
> Some changes to pgAdmin3.vcxproj are missing.

Oh yeah, you're right. I completely forgot the visual studio project.

> Please see the attached patch to fix it.
>

I'll take a look at it. Can't right now because I'll be in my customer's office in a few minutes.

Thanks for noticing and for the patch.


Just did. Seems good to me. So I commited and pushed it.

Thanks a lot.