Re: pgadmin III crashes when inserting a row (1.6.2 and 1.6.3)

From: Dave Page <dpage(at)postgresql(dot)org>
To: jeanie(dot)schwenk(at)gmail(dot)com
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin III crashes when inserting a row (1.6.2 and 1.6.3)
Date: 2007-03-30 08:34:39
Message-ID: 460CCB9F.601@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

jeanie(dot)schwenk(at)gmail(dot)com wrote:
> Here's what I have done:
>
> Installed postgresql 8.2 on XP Home (SP2)
> Created a database
> Created a table
> Added two columns to the table (combined to make the key)
>
> I then tried to add one row of data. I entered the text into both
> columns. When I hit return, it crashed. The data is there when I
> bring it up again but having in crash every time I enter a single row
> is rather unpleasant and it essentially makes the tool unusable for
> what I need to do to initially setup the database.
>
> I then installed pgadmin 1.6.3 in hopes that would improve matters.
> Nope, same problem.

I cannot reproduce this in a simple test - what does your table
definition look like exactly, and what values are you entering? Also,
what encoding is your database in?

>>From reading the posts, this has occurred in past releases as well.
> Does anyone have a workaround yet?

That was in the 1.5 development code in which there were some threading
issues which have long since been sorted.

Regards, Dave

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-03-30 08:56:08 Re: Precision modifier in multi-word field types
Previous Message Dave Page 2007-03-30 08:27:46 Re: "Current value" of sequences in the properties dialogue