[INTERFACES] Bug in psql?

From: leif(at)danmos(dot)dk
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] Bug in psql?
Date: 1999-05-10 23:44:12
Message-ID: 199905102344.BAA16427@crysberg.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Hello,

I tried to create the table below using psql, but it bombed out
with a message about loosing the backend, though the backend was
still running nicely. It seems to be a problem with the long
field name of the serial (and primary key) column.

create table globalafvigelse
(
globalafvigelse serial ,
startdato date,
slutdato date,
dagskema varchar(50),
primary key (globalafvigelse)
);

Greetings,

Leif
(leif(at)danmos(dot)dk)

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message SAKAIDA=?ISO-2022-JP?B?GyRCISEbKEI=?=Masaaki 1999-05-11 00:30:36
Previous Message leif 1999-05-10 20:55:10 [INTERFACES] ForeignKey trigger problems