pgAdmin III commit: Fix backup of a single table

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix backup of a single table
Date: 2011-03-12 08:53:17
Message-ID: 201103120853.p2C8rHPb092483@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-12 09:27:41 pgAdmin III commit: Fix selection of objects in backup/restore dialogs
Previous Message Guillaume Lelarge 2011-03-12 08:52:17 pgAdmin III commit: Fix backup of a single table