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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix selection of objects in backup/restore dialogs
Дата
Msg-id 201103120927.p2C9RfKN095847@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix backup of a single table
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix selection of objects in backup/restore dialogs