pgadmin 1.10.5 crash

Поиск
Список
Период
Сортировка
От Serhat Sevki Dincer
Тема pgadmin 1.10.5 crash
Дата
Msg-id AANLkTin9pmD2JWDWhzTgRE11FJpdQKg7r65-J+sNbeNX@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgadmin 1.10.5 crash  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
Hi,
I am using Ubuntu 10.10 i386, Postgres 8.4.7, and pgAdmin 1.10.5 that
come in ubuntu repos. I have a non-super db user which can create dbs
and roles. Steps to reproduce crash:

run pgAdmin
choose the local pg server and login
select your user's database, or any suitable one
click on sql editor button in the toolbar
paste:
CREATE TABLE empsal
(
  dep varchar(3),
  empno integer,
  sal real
);
insert into empsal values ('dev', 22, 123.45);

select the empsal table
click on the View Data button on the toolbar
a guru hint is displayed about non-existing primary keys, click OK
u see the single row u just inserted
click on the last cell (the sal cell is selected)
press 'Enter'
pgAdmin crashes!

I am not sure if this is fixed in later versions of pgAdmin, but I
would be greatful if it is fixed in the 1.10 branch, because I am
stuck with pg 8.4 and pga 1.10.

Thanks,
Serhat

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: wxWidgets 2.9 compatibility: Fix for sefault on table editor under GTK
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #2: Centralize connection parameter parsing/generation