pgAdmin III commit: Fix the "drop object?" warning on Slony objects and

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the "drop object?" warning on Slony objects and
Date: 2012-01-11 16:17:43
Message-ID: E1Rl0rv-00071Z-72@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the "drop object?" warning on Slony objects and PPAS synonyms.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cdbfca886e0b4879f8d6bc220dd6333d311486e3
Author: Dhiraj Chawla <dhiraj(dot)chawla(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-01-11 16:17:54 Re: Empty confirmation information message issue for drop synonym, jobs, schedule and steps
Previous Message Dave Page 2012-01-11 16:16:27 pgAdmin III commit: Fix the "drop object?" warning on Slony objects and