arrays of compound types - Mailing list pgsql-novice

From Raymond Golish
Subject arrays of compound types
Date
Msg-id 003301c0923b$749ebde0$386c37d1@brandx.net
Whole thread Raw
List pgsql-novice

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

pgsql-novice by date:

Previous
From: Johan Daine
Date:
Subject: Problem with UPDATE query
Next
From: "Brett W. McCoy"
Date:
Subject: Re: Problem with UPDATE query