pgAdmin III commit: Fix selection of objects in backup/restore dialogs

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix selection of objects in backup/restore dialogs
Date: 2011-03-12 09:27:41
Message-ID: 201103120927.p2C9RfMS095849@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix selection of objects in backup/restore dialogs

When a user selects a table, the schema and the database should be selected as
well. This patch handles this automatically.

Report from Melvin Davidson.

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cbf2e0765ebf18da6256852bf53021d26287630a

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/ctl/ctlCheckTreeView.cpp | 15 ++++++++++++---
pgadmin/include/ctl/ctlCheckTreeView.h | 1 +
3 files changed, 15 insertions(+), 3 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-03-12 09:33:55 [pgAdmin III] #311: SQL code blocks do not know about CASE..END
Previous Message Guillaume Lelarge 2011-03-12 08:53:17 pgAdmin III commit: Fix backup of a single table