pgAdmin III commit: Fix backup of a single table

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix backup of a single table
Дата
Msg-id 201103120852.p2C8qHf6092375@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
------
REL-1_12_0_PATCHES

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

Modified Files
--------------
CHANGELOG                 |    2 ++
pgadmin/frm/frmBackup.cpp |   20 ++++++++++++++++++--
2 files changed, 20 insertions(+), 2 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] error: expected initializer before ‘!’ token
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix backup of a single table