Re: Grid editor crash during row insert

From: "Alexander Kirpa" <pgdoc81(at)bilteks(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Cc: Dave Page <dpage(at)postgresql(dot)org>
Subject: Re: Grid editor crash during row insert
Date: 2007-10-13 17:01:14
Message-ID: 4711240A.22143.5727A520@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 12 Oct 2007, at 17:03, Dave Page wrote:

<color><param>7F00,0000,0000</param>> > 1. Need retrieve fresh copy of function/trigger function
(especially

> > trigger function, each have 2 local copy in PgAdmin DB
presentation

> > tree) from server before allow editing - for avoid too annoying

> > message that you see at end editing about old/expired/nonfresh

> > edition of (trigger) function plus chance edit expired function.

>

> Yeah, unfortunately there's no infrastructure to link the two
objects

> together at the moment. This was discussed a month or so back.

</color>I speak only about retrieve fresh copy of function body before
editing regardless any infrastructure. In other words: before
processing 'Properties' at function simulate 'Refresh'

<color><param>7F00,0000,0000</param>> > 4. Something wrong with 'Limit bar' and 'Database bar' - see
garbage

> > under bar during movement left-right

>

> I see a tiny drawing artifact. That's wxWidgets though I believe.

</color>Possible exist way found source of this artifacts?

<color><param>7F00,0000,0000</param>>

> > 5. Window with already edited function body still no question
close

> > in case press 'ESC' :-(

>

> We don't ever query the user if a dialogue is cancelled.

From user point it is not simple dialog, this is edit function plus
during editing PgAdmin track (highlight 'Apply') change function body.

If difficult open 'Yes/no' windows in case already edited body
possible simple ignore 'ESC' with (optional) 'Beep'.

>

> > 6. No way determine stripped (partially displayed) or not value in

> > grid result table ('Output pane'->'Data Output') of 'Query'
window,

> > for instance try see field name 'i8' type 'bigint' with value

> > '12345678901234567890'. Possible exist reason change 'autoadjust'

> > field width to old behavior (max field value width) or use

> > shift/ctrl sense double click for select behavior.

>

> I don't understand the problem. 12345678901234567890 is out of range

> for a bigint so should never be returned as one. Please provide a
self

> contained test case to illustrate the problem.

</color>Sorry. '<color><param>7F00,0000,0000</param>12345678901234567890' should by '1234567890123456789' for
sample only.</color>

I speak about partially visible (or not) field value.

--------------------

Crash again.

Version 1.8.0 RC1 (Oct 9 2007, rev: 6725)

The instruction at "0x0058b778" referenced memory at "0x031cc018".
The memory could not be "read".

During expanding DB tree in multi DB servers environment.

Best regards,

Alexander Kirpa

Attachment Content-Type Size
unknown_filename text/enriched 2.5 KB

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Vince Ieraci 2007-10-14 23:17:42 Cannot install adminpack
Previous Message Dave Page 2007-10-12 20:37:28 Re: what permissions must a user have?