Re: Bug in pgadmin table properties (tested on Beta 5)

From: Dave Page <dpage(at)postgresql(dot)org>
To: Kieran McCusker <kieran(dot)mccusker(at)kwest(dot)info>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug in pgadmin table properties (tested on Beta 5)
Date: 2007-09-28 11:00:16
Message-ID: 46FCDEC0.3080609@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Kieran McCusker wrote:
> Another report - Sorry I haven't had time to check if it has already
> been reported.
>
> Create a new table without a primary key (I did it using the SQL pane.)
> my example is:-
>
> CREATE TABLE t
> (
> id integer,
> t text
> )
>
> Do the following :-
> 1. Right click on the table in the properties pane and select properties
> 2. Click the constraints tab
> 3. Click add with Primary Key in the combo
> 4. Click the columns tab
> 5. Select the first column and click Add
> 6. Click Ok
>
> pgadmin seems to go into a loop where pgadmin stops responding. Tested
> under Windows (Vista).

Works perfectly for me. There was an issue in the dialogue that got
fixed already - iirc that was in b5. I imagine you're seeing some
side-effect of that.

Thanks, Dave.

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-09-28 11:08:34 Re: Feature request in pgadmin (tested on Beta 5)
Previous Message Dave Page 2007-09-28 10:51:23 Re: SSL problem in pgAdmin3 1.8.0 beta 5