From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Ilya S(dot) Slyzhnyak" <ilya(at)odt(dot)east(dot)telecom(dot)kz> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1159: server closed the connection unexpectedly |
Date: | 2004-05-31 16:55:21 |
Message-ID: | 29505.1086022521@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | contact | 2004-06-01 18:07:25 | build postgresql-7.4.2 fails: FATAL: semctl(35, 16, SETVAL, 536) failed: Inv,alid argument |
Previous Message | PostgreSQL Bugs List | 2004-05-31 08:09:39 | BUG #1159: server closed the connection unexpectedly |