PATCH: EXTENSION keyword not supported by pgAdmin3

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: EXTENSION keyword not supported by pgAdmin3
Date: 2011-11-30 20:31:17
Message-ID: CAG7mmoyOcgJ=6djo5_9iCD0roFj0KZ0xGoiaMAba94dD9Nkrwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

Please find the patch for the supporting the EXTENSION keyword in the
frmRestore dialog.

Description:
============
If User perform back up database with supported format like custom and tar,
it taken successfully. While browse the particular file on Restore database
and Click on display object, an error occurred while schema node is not
found.

Steps:

1. Install PG 9.1
2. Launch pgAdmin client
3. Take backup database of postgresedb with custom or tar format.
4. Create new database abc;
5. Click on Restore database abc and Browse the backup file.
6. Click on "Display objects", an error occurred.

Attached patch can be applied on both REL-1_14 and master branches.
Also attached the screenshot of the error.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*

Attachment Content-Type Size
Screenshot.png image/png 159.3 KB
FB20196.patch application/octet-stream 1.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-01 07:46:01 New minor release?
Previous Message Olly Betts 2011-11-28 23:34:28 Re: Compilation on Debian SID