HiDoes anyone know how to define a table with the type SET ?I have done a \dT and the very first type is SET which is described as aset of tuplesI have tried create table a (col1 SET(b))
where b is another table but gave error at or near "set"
Kostas VAssiliadis