Two bugs

Поиск
Список
Период
Сортировка
От Robins
Тема Two bugs
Дата
Msg-id 36af4bed0704042151i46c594afvcec8c16468eaed84@mail.gmail.com
обсуждение исходный текст
Ответы Re: Two bugs  (Dave Page <dpage@postgresql.org>)
Список pgadmin-hackers
Hi all,

Couldn't find these two bugs in the known bugs list so am posting here.

Issue 1: When a view is changed (via SQL or any other source) and when one tries to 'View all' the View, the column headers are blank. Refreshing the 'Views' parent twice (one when this view disappears, and the second time when it reappears) solves the problem. Is it possible that (while the user clicks on 'View all') ... when pgadmin notices that a view has changed, it automatically refreshes the structure ?

Issue 2: PgAdmin has repeatedly been oddly singling out a specific function ( lets name it a) in my database to be renamed into the last used function (lets name it b). That means, many times when PgAdmin crashes, and when I restart, instead of finding two functions.
a(a_param1)
b(b_param1, b_param2)

Instead I find

b(a_param1)
b(b_param1, b_param2)

(and of course function a is now disappeared). One perculiar thing is that although function b may vary depending on what i am working on while pgadmin crashes, function a is almost always the same !!


Platform: Win XP
Language: English
Distribution: Postgresql 8.2.3
Version: 1.6.2
Debug option: Unable to do this, its a win environment and i didnt compile this version.

If there is anything else I could provide, please do tell.

--
Robins

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r6175 - in trunk/pgadmin3/i18n: es_ES ko_KR tr_TR
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Preparation for 1.8