Re: 1.8beta create table crash
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
Re: 1.8beta create table crash
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
Home |
Main Index |
Thread Index