On Sep 7, 2007, at 18:47 , Max wrote:
> I am trying to create a table with an array containing foreign keys.
> I've searched through the documentation and couldn't find a way to do
> so.
It's because this is not how relational databases are designed to
work. From the server's point of view, an array is an opaque
structure, to be treated as a whole. You're working against the
system here.
> I know I can solve my problem with the following table:
And this is how you should do it.
Michael Glaesemann
grzm seespotcode net