The following bug has been logged online:
Bug reference: 5982
Logged by: Rikard Pavelic
Email address: [email protected]
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
);
--
Sent via pgsql-bugs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs