What is the status of nested structures?
Like
CREATE TABLE foo (x int4, y text);
CREATE TABLE bar (z foo, y foo);
Postgres doesn't complain but then again it doesn't seem to do anything
good with it. I can't remember seeing it mentioned in the docs anywhere
but I had the idea from somewhere that the postgres of old supported it.