pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Fix an issue related to RESOURCE GROUP dialog.
Date
Msg-id E1Xl9hj-0001VZ-Vh@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin III commit: Allow to run the embed-xrc from the separate build
Next
From: Ashesh Vashi
Date:
Subject: Re: Fixed some issues related to Resource Group