CREATE TABLE ... PRIMARY KEY kills backend

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема CREATE TABLE ... PRIMARY KEY kills backend
Дата
Msg-id 200001112229.WAA13417@linda.lfix.co.uk
обсуждение исходный текст
Ответы Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] CREATE TABLE ... PRIMARY KEY kills backend  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Using the cvs version updated this morning, this query kills the backend,
with no explanation in the log (-d 3):
 create table junk (id char(4) primary key, name text not null)

If the primary key constraint is omitted, it is OK.

This worked yesterday.  Is this a solved problem, or do I need to trace it?

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver              PGP key from public servers; key
ID32B8FAA1                ========================================    "Enter into his gates with thanksgiving, and into
his     courts with praise. Be thankful unto him, and bless      his name."           Psalms 100:4 
 




В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Paul M. Aoki"
Дата:
Сообщение: Re: [HACKERS] Historical trivia (was Re: First Major Open Source Database)
Следующее
От: Brook Milligan
Дата:
Сообщение: psql -f inconsistency with "copy from stdin"