Обсуждение: pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.

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

pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.

От
Ashesh Vashi
Дата:
Fix an issue related to RESOURCE GROUP dialog.

The multiple statement generated are not transaction safe.

Hence - execute/put them in separate textbox, so that they will be
executed in separate transaction all together, just like we do in
Database dialog.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=822042614205494a2947f58d8af6a2504ce4f82c
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
CHANGELOG                              |    3 ++
pgadmin/dlg/dlgProperty.cpp            |    4 ++-
pgadmin/dlg/dlgResourceGroup.cpp       |   47 ++++++++++++++++++++++++++------
pgadmin/include/dlg/dlgResourceGroup.h |   10 +++----
4 files changed, 49 insertions(+), 15 deletions(-)