pgAdmin III commit: Fix backup of a single table

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix backup of a single table
Дата
Msg-id 201103120853.p2C8rHPb092483@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix backup of a single table

All schemas were all selected by default, which was wrong. Now, if the user
choose to backup a schema or a table, all schemas are unselected, except the
schema choosen or the schema of the table.

Report from Vladimir Kokovic.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                 |    2 ++
pgadmin/frm/frmBackup.cpp |   20 ++++++++++++++++++--
2 files changed, 20 insertions(+), 2 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