[INTERFACES] Bug in psql?

Поиск
Список
Период
Сортировка
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 по дате отправления:

Предыдущее
От: leif@danmos.dk
Дата:
Сообщение: [INTERFACES] ForeignKey trigger problems
Следующее
От: SAKAIDA Masaaki
Дата:
Сообщение: ...