Could someone tell me what the following item in the TODO list
for PostgreSQL refers to ?
(under Referential Integrity)
"Change foreign key constraint for array -> element to mean
element in array"
Is this related to what I want/need to do - make sure entries in
an array of type INTEGER[] refer to entries that actually exist
in another table.
- Joel