Search found 2 matches

by IO
Thu Dec 26, 2002 6:42 pm
Forum: Databases
Topic: Another PGSQL array question.
Replies: 1
Views: 587

Uh, is this a solution.

Hi again,

I've done more digging and found this (viewtopic.php?t=2455) which appears to be close to my scenario.

Is this a better idea than mine?
by IO
Thu Dec 26, 2002 6:01 pm
Forum: Databases
Topic: Another PGSQL array question.
Replies: 1
Views: 587

Another PGSQL array question.

Hi, I am building a site which will allow users to become members of several different groups for certain activities. I had hoped to set my Postgres tables up thusly -- groups gid serial gmembers integer[] etc, etc users uid serial uname varchar etc, etc -- and then use a one-dimensional PG array to...