[INTERFACES] Bug in psql?

Поиск
Список
Период
Сортировка
От leif@danmos.dk
Тема [INTERFACES] Bug in psql?
Дата
Msg-id 199905102344.BAA16427@crysberg.dk
обсуждение
Ответы Re: [INTERFACES] Bug in psql?
Re: [INTERFACES] Bug in psql?
Re: [INTERFACES] Bug in psql?
Список 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 по дате отправления: