Re: [GENERAL] referential integrity between elements of an array andanother table? - Mailing list pgsql-general

From Ken Tanzer
Subject Re: [GENERAL] referential integrity between elements of an array andanother table?
Date
Msg-id CAD3a31U-2dAeskg4FR=G=aBGPmFE9dGHQui0m1U5GfEJrOZNXQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] referential integrity between elements of an array andanother table?  (Henry M <henrymanmail@gmail.com>)
List pgsql-general
For me, foreign keys for arrays would be incredibly helpful.  For simple checkbox-type options, it's _much_ simpler to just put them in an array, and I work with a UI that can handle the arrays well.  I do hope this makes it into Postgresql someday!  In the meantime, I've mostly sacrificed the referential integrity in favor of the convenience.  Just my two cents.

Cheers,
Ken


--
AGENCY Software  
A Free Software data system
By and for non-profits
(253) 245-3801

learn more about AGENCY or
follow the discussion.

pgsql-general by date:

Previous
From: Henry M
Date:
Subject: Re: [GENERAL] referential integrity between elements of an array andanother table?
Next
From: George Neuner
Date:
Subject: Re: [GENERAL] full text search on hstore or json with materialized view?