Thread: PgAdmin hangs on search upward

PgAdmin hangs on search upward

From
"Luc ROLLAND"
Date:
Hello !
 
First of all I use PgAdmin III and I like it !
Actually I use :
- PostgreSQL 7.4  v7.4.1 on Linux Mandrake 9.2 server,
- PgAdmin III v1.0.2 on an Windows XP SP1,
- All my systems and applications are French localized.
 
On search upward for an inexistant token, PgAdmin hangs :
I have for exemple :
CREATE SCHEMA public
  AUTHORIZATION postgres;
GRANT ALL ON SCHEMA public TO postgres WITH GRANT OPTION;
GRANT ALL ON SCHEMA public TO GROUP postgres;
GRANT USAGE ON SCHEMA public TO GROUP gestix_admins;
GRANT USAGE ON SCHEMA public TO GROUP gestix_users;
GRANT USAGE ON SCHEMA public TO GROUP gestix_restricted;
COMMENT ON SCHEMA public IS 'Gestion Commerciale et comptable GESTIX';
I'm positionned in the 10th line (Grant ... gestix_users),
I stroke CRTL+F gestix_admns instead of gestix_admins,
I validate a search upward
-> the windows not response,
    I'm obliged to close this windows
    and use the Windows Terminate function.
    so PgAdmin close.
It works fine on search downward !
 
PS :
It would be so nice if the search function could be a Search & Remplace !
 
Best regards.
 
Luc ROLLAND

Re: PgAdmin hangs on search upward

From
Andreas Pflug
Date:
Luc ROLLAND wrote:

> Hello !
>  
> First of all I use PgAdmin III and I like it !
> Actually I use :
> - PostgreSQL 7.4  v7.4.1 on Linux Mandrake 9.2 server,
> - PgAdmin III v1.0.2 on an Windows XP SP1,
> - All my systems and applications are French localized.
>  
> On search upward for an inexistant token, PgAdmin hangs :
> I have for exemple :


Sorry I didn't find the time to verify this bug (Erik your mail was not 
lost), or fix it. It will not be lost, as soon as I find the time I'll 
work on this.

Regards,
Andreas