"John Hansen" <[EMAIL PROTECTED]> writes:
> create table foo ( id serial primary key, path text);
> alter table foo add ref foo;

> Is this a bug or a random feature?

I'd say it's a random misfeature ;-).  I certainly don't care to promise
that it's supported ... but on the other hand, preventing you from doing
it seems nontrivial (consider indirect recursions).  I'd put this in the
category of "doctor, it hurts when I do that".

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to