pgAdmin III commit: Fix an error when clicking on "Display objects"

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix an error when clicking on "Display objects"
Date: 2011-01-30 16:02:04
Message-ID: 201101301602.p0UG24vX083560@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an error when clicking on "Display objects"

The frmRestore::OnEndProcess() function, when it reads the toc information,
should ignore the line which contains the entry for the dumped database
itself. So the current code erroneously tries to find the schema to which
the DATABASE object belongs and gives out the above error. The fix is to
ignore the input line which contains the db information. The pg_restore
binary also seems to do the same.

Report and patch from Nikhil S.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=73811fd43a8e94e6cf178a6a6765a9eb415e3828
Author: Nikhil S <nixmisc(at)gmail(dot)com>

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/frm/frmRestore.cpp | 9 ++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-01-30 16:02:55 Re: pgAdmin III: Error on clicking "Display Objects" while doing a restore
Previous Message Guillaume Lelarge 2011-01-30 15:56:21 Re: Patch to support SSL certificate connections