Re: 1.8beta create table crash

From: Dave Page <dpage(at)postgresql(dot)org>
To: leen(at)wirehub(dot)nl
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: 1.8beta create table crash
Date: 2007-09-21 08:29:40
Message-ID: 46F380F4.60704@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Leen Besselink wrote:
> Hi,
>
> Today I downloaded the 1.8 beta client for windows (I'm running it on Windows 2000 and the pgsql8.1 on Debian/stable amd64).
>
> I get a crash when I do the following:
>
> - create database
> - name: test
> - encoding: SQL_ASCII
>
> - create table
> - name: mytable
> - tab: columns
> - add
> - name: pk
> - data type: serial
> - column: OK

It's the PK that causes the crash - and it was fixed by a recent commit
following beta 5.

Thanks, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-09-21 08:34:54 Re: Implementing Replication via pgAdmin
Previous Message Leen Besselink 2007-09-20 21:53:55 1.8beta create table crash