Re: pgAdmin III 1.2.2 edit grid crashes with single-column

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Dr(dot) Harald Fricke" <hfricke(at)hdz-nrw(dot)de>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdmin III 1.2.2 edit grid crashes with single-column
Date: 2005-10-24 09:27:56
Message-ID: 435CA91C.2060503@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Dr. Harald Fricke wrote:
> Dave Page wrote:
>
>>
>>> -----Original Message-----
>
> (...)
>
>>> Hello all,
>>> I have got a strange problem with pgAdmin III 1.2.2 on Windows XP
>>> SP2. I've got a table with only one column (also primary key) of type
>>> varchar. pgAdmin crashes every time I insert a new row in the edit
>>> grid, either when hitting enter or pressing the store button. The
>>> crash actually happens after committing the change. The new data is
>>> there when I restart pgAdmin.
>>>
>>> Can anybody reproduce this?
>>
>>
>>
>> Not on 1.4 beta 3. Can you give that a try please?
>
> (...)
>
> On my computer, 1.4 beta 3 crashes too.

Can't reproduce this with CREATE TABLE t(v varchar primary key)

> I also get a warning in slightly broken German

:-) If you like to provide a better text... See docs/de_DE/hints

> that my server is running on Windows and cannot handle
> UTF8 correctly. The server is 8.0.1 running on Novell SLES 9.

Fixed in post-Beta3.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dr. Harald Fricke 2005-10-24 12:20:18 Re: pgAdmin III 1.2.2 edit grid crashes with single-column
Previous Message Dave Page 2005-10-24 09:26:37 Re: pgAdmin III 1.2.2 edit grid crashes with single-column