Re: BUG #1159: server closed the connection unexpectedly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1159: server closed the connection unexpectedly
Дата
Msg-id 29505.1086022521@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1159: server closed the connection unexpectedly  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> CREATE TABLE inventory (
>     invnum character(8) NOT NULL,
>     description character(255)
> );

> CREATE TABLE test (
>     inv inventory
> );

Table columns can't be composite types.  It's possible this will work in
7.5, if anyone does more work on it in the next month, but it hasn't
worked since Berkeley days.  (And the feature they had didn't work as
you expect, either.)

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1159: server closed the connection unexpectedly
Следующее
От: Mr sangameswar m
Дата:
Сообщение: Re: BUG #1156: Database is not initializing