Re: Crashes in Query Window - PgAdmin 1.6 Beta SVN Head

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Crashes in Query Window - PgAdmin 1.6 Beta SVN Head
Date: 2006-09-20 11:53:58
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40176CEF8@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

________________________________

From: Harald Armin Massa [mailto:haraldarminmassa(at)gmail(dot)com]
Sent: 20 September 2006 12:16
To: Dave Page
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: [pgadmin-support] Crashes in Query Window - PgAdmin
1.6 Beta SVN Head


I am developing this sort of query since last friday. And only
since yesterday (= update Beta 1.6) I am plagued with those crashes
within the query window. (it is no complete prove that it worked - but
on monday I developed this query for around 5 tables, without plague of
crashes; and yesterday / today I did it for 2 1/2 tables, and had around
6 crashes)

After sending the mail I continued to work on that query; and
thistime I named the column, that is

select md5(whatever) as checksum, * from tablename

and: no crash (so far)

Maybe sth. else changed I do not know of. Will keep on doing
this on 3 more tables,

Hmm, I can't see how those changes would break things. How big is your
dataset btw? I tried my own version of your query on a few hundred rows
of data and it worked fine after 50 or more refreshes.

/D

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-09-20 11:55:11 Re: bug report
Previous Message Harald Armin Massa 2006-09-20 11:16:03 Re: Crashes in Query Window - PgAdmin 1.6 Beta SVN Head