Re: 1.8beta create table crash - Mailing list pgadmin-support

From Dave Page
Subject Re: 1.8beta create table crash
Date
Msg-id 46F380F4.60704@postgresql.org
Whole thread Raw
In response to 1.8beta create table crash  (Leen Besselink <leen@wirehub.nl>)
List 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


pgadmin-support by date:

Previous
From: Leen Besselink
Date:
Subject: 1.8beta create table crash
Next
From: Dave Page
Date:
Subject: Re: Implementing Replication via pgAdmin