[INTERFACES] Bug in psql? - Mailing list pgsql-interfaces

From leif@danmos.dk
Subject [INTERFACES] Bug in psql?
Date
Msg-id 199905102344.BAA16427@crysberg.dk
Whole thread Raw
Responses Re: [INTERFACES] Bug in psql?
Re: [INTERFACES] Bug in psql?
Re: [INTERFACES] Bug in psql?
List 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@danmos.dk)

pgsql-interfaces by date:

Previous
From: leif@danmos.dk
Date:
Subject: [INTERFACES] ForeignKey trigger problems
Next
From: SAKAIDA Masaaki
Date:
Subject: ...