pgAdmin III commit: Fix the "drop object?" warning on Slony objects and - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Fix the "drop object?" warning on Slony objects and
Date
Msg-id E1Rl0qh-0006zM-N2@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the "drop object?" warning on Slony objects and PPAS synonyms.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=52512a7479fdf8345c946e6d9960966091879fa6
Author: Dhiraj Chawla <dhiraj.chawla@enterprisedb.com>

Modified Files
--------------
CHANGELOG                                  |    2 ++
pgadmin/agent/pgaJob.cpp                   |    9 ++++++++-
pgadmin/agent/pgaSchedule.cpp              |    9 ++++++++-
pgadmin/agent/pgaStep.cpp                  |    9 ++++++++-
pgadmin/frm/events.cpp                     |    3 +++
pgadmin/include/schema/edbPrivateSynonym.h |    1 +
pgadmin/include/utils/misc.h               |    1 +
pgadmin/schema/edbPrivateSynonym.cpp       |   22 +++++++++++++++++++++-
pgadmin/schema/pgObject.cpp                |    7 +++++++
9 files changed, 59 insertions(+), 4 deletions(-)


pgadmin-hackers by date:

Previous
From: Dhiraj Chawla
Date:
Subject: Empty confirmation information message issue for drop synonym, jobs, schedule and steps
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Fix the "drop object?" warning on Slony objects and