Two bugs

From: Robins <tharakan(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Two bugs
Date: 2007-04-05 04:51:21
Message-ID: 36af4bed0704042151i46c594afvcec8c16468eaed84@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2007-04-05 05:04:30 Re: Preparation for 1.8
Previous Message svn 2007-04-04 22:14:37 SVN Commit by guillaume: r6175 - in trunk/pgadmin3/i18n: es_ES ko_KR tr_TR