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:52:17
Message-ID: 201103120852.p2C8qHf6092375@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
------
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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-03-12 08:53:17 pgAdmin III commit: Fix backup of a single table
Previous Message Dave Page 2011-03-12 06:07:24 Re: [pgadmin-hackers] error: expected initializer before ‘!’ token