Gaetano Mendola <[EMAIL PROTECTED]> writes:

> kalman=#  insert into test values (1 ,(2,(3,(4,(5,(6, null))))));
> INSERT 33639 1
> kalman=# select * from  test;
> ~ a |                         b
> ---+----------------------------------------------------
> ~ 1 | (2,"(3,""(4,""""(5,""""""""(6,)"""""""")"""")"")")
> (1 row)

Omg.....

This is pretty cool and frankly amazing that it works.

But I don't really think it's tenable is it? What happens when you try to
pg_dump this? I expect other tools will have trouble dealing with this as
well.

-- 
greg


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to