View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 09:05 PM
Dave Page
 
Posts: n/a
Default Re: bug - when Restore env option

李飞 wrote:
> PostgreSQL version: 8.2.4
> pgAdmin version:1.8.0 beta2
> Operating system: Windows XP SP2
>
> Details:
> 1. connect to the server. in treeview open one schema (etc ,public)
> 2. select server and executing "properties"
> 3. turn Restore env option on and click Ok button to save properties
> 4. close pgadmin
> 5. start pgadmin and connect to the server. and then public schema
> will be selected and opened.
> 6. right click public schema. "Backup server ..." will display in PopMenu.
> 7. click Backup server ... then a fatal error has occurred


The problem is that that menu option shouldn't be displayed for a
schema. I've fixed a bug which caused the menu for a server object to be
used immediately following connection (and environment restore) - it now
displays the correct menu for any object type.

Thanks, Dave.

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote