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.jo...@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(-) -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers