PgAdmin hangs on search upward

From: "Luc ROLLAND" <luc(at)rolland-fr(dot)com>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: PgAdmin hangs on search upward
Date: 2004-02-21 10:20:59
Message-ID: 004001c3f864$674a3380$0100a8c0@lrp42600
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2004-02-21 14:51:03 Re: PgAdmin hangs on search upward
Previous Message Luc ROLLAND 2004-02-21 10:00:57 Reverse engeenered SQL for COMMENT ON CHECK