On Fri, Apr 15, 2011 at 1:34 PM, Rikard Pavelic
<rikard.pave...@zg.htnet.hr> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5982
> Logged by:          Rikard Pavelic
> Email address:      rikard.pave...@zg.htnet.hr
> PostgreSQL version: 9.1.alpha5
> Operating system:   Windows XP SP3
> Description:        recursive type crashes postgres
> Details:
>
> CREATE TYPE turtle AS
> (
>        name varchar
> );
> ALTER TYPE turtle ADD ATTRIBUTE offspring turtle;
>
> CREATE TABLE turtles
> (
>        id int,
>        tortoise turtle
> );

This is a duplicate: see Mar 28 thread 'Recursive containment of
composite types'.  Was it decided whether to lock the functionality
down or fix it?

merlin

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to