Re: BUG #1159: server closed the connection unexpectedly - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1159: server closed the connection unexpectedly
Date
Msg-id 29505.1086022521@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1159: server closed the connection unexpectedly  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List 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 by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1159: server closed the connection unexpectedly
Next
From: Mr sangameswar m
Date:
Subject: Re: BUG #1156: Database is not initializing