PgAdmin hangs on search upward - Mailing list pgadmin-support

From Luc ROLLAND
Subject PgAdmin hangs on search upward
Date
Msg-id 004001c3f864$674a3380$0100a8c0@lrp42600
Whole thread Raw
Responses Re: PgAdmin hangs on search upward
List pgadmin-support
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

pgadmin-support by date:

Previous
From: "Luc ROLLAND"
Date:
Subject: Reverse Engeneered SQL for DEFAULT
Next
From: Andreas Pflug
Date:
Subject: Re: PgAdmin hangs on search upward