Bug in properties dialogue for role

From: Erwin Brandstetter <brandstetter(at)falter(dot)at>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Bug in properties dialogue for role
Date: 2007-08-10 15:27:14
Message-ID: 46BC83D2.6080803@falter.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi!

Testing the pgAdmin III 1.8.0 Beta 3 (Aug 10 2007, rev: 6546M). Client
Win XP, host: Debian Etch / PG 8.2.4 and Debian Sarge / PG 8.1.8

A bug in the properties dialogue for a role, under "Variables":
While trying to change the "Variable Value", typing most letter keys has
no effect. Only "e" and some punctation marks actually show up in the
text control.
Present in beta 2 and beta 3.

Test case:
CREATE ROLE mytest LOGIN;
ALTER ROLE mytest SET search_path=mytest;
-- Then try changing the value "mytest" to "mytest, public" in the properties
dialogue.

Regards
Erwin

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2007-08-10 15:49:04 Re: Bug in properties dialogue for role
Previous Message Erwin Brandstetter 2007-08-10 15:21:36 Re: Error on connect (1.8.0 beta 3)