Thread: arrays of compound types

arrays of compound types

From
"Raymond Golish"
Date:

I need to keep a database of objects, some of which contain arbitrary length arrays of other objects in the database. My plan is to use Postgresql objects for each object, then keep arbitrary length arrays of their OIDs in the objects which contain the others. Sound good? Any other way of doing this very common task?

Thanks,

Ray