question

From: Alexandr S <sasha(at)in(dot)crimea(dot)ua>
To: pgsql-general(at)postgresql(dot)org
Subject: question
Date: 2003-11-04 16:50:43
Message-ID: 3FA7D8E3.8050308@in.crimea.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi
There is question. I have column name_my varchar (not array) in table1,
and column name_my_ref varchar[] (array) in other table2. I want set
Foreign Key on name_my_ref and every element in the same row of array
must match any element in name_my. How can I do this?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Network Administrator 2003-11-04 16:56:52 Re: PostgreSQL v7.4 Release Candidate 1
Previous Message Ron St-Pierre 2003-11-04 16:39:13 Re: Constraint Problem