Thread: Drop Schema Refresh Bug

Drop Schema Refresh Bug

From
Oliver Archner
Date:
Hi,

First off all, congratulation for this
really useful software tool.

I don't know whether this bug is already known:
a) Drop a schema via sql
b) Press the refresh button with the schema selected
c) pgAdmin crashes

Environment:
pgAdmin 1.0.1
Suse8.2

-- 
Oliver Archner
University of Bayreuth.
oliver.archner@bitoek.uni-bayreuth.de



Re: Drop Schema Refresh Bug

From
"Dave Page"
Date:

> -----Original Message-----
> From: Oliver Archner [mailto:oliver.archner@bitoek.uni-bayreuth.de]
> Sent: 14 November 2003 10:34
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Drop Schema Refresh Bug
>
> Hi,
>
> First off all, congratulation for this
> really useful software tool.
>
> I don't know whether this bug is already known:
> a) Drop a schema via sql
> b) Press the refresh button with the schema selected
> c) pgAdmin crashes

Hi Oliver,

Thanks for the bug report. This doesn't occur under Windows by the look
of it. I have added it to the known bugs list.

Regards, Dave.


Re: Drop Schema Refresh Bug

From
Andreas Pflug
Date:
Dave Page wrote:

> 
>
>  
>
>>-----Original Message-----
>>From: Oliver Archner [mailto:oliver.archner@bitoek.uni-bayreuth.de] 
>>Sent: 14 November 2003 10:34
>>To: pgadmin-support@postgresql.org
>>Subject: [pgadmin-support] Drop Schema Refresh Bug
>>
>>Hi,
>>
>>First off all, congratulation for this
>>really useful software tool.
>>
>>I don't know whether this bug is already known:
>>a) Drop a schema via sql
>>b) Press the refresh button with the schema selected
>>c) pgAdmin crashes
>>    
>>
>
>Hi Oliver,
>
>Thanks for the bug report. This doesn't occur under Windows by the look
>of it. I have added it to the known bugs list.
>  
>
This is a nasty one, buried in wx code. There's an invalid wxTreeNodeId 
returned.

Regards,
Andreas