question

Поиск
Список
Период
Сортировка
От Alexandr S
Тема question
Дата
Msg-id 3FA7D8E3.8050308@in.crimea.ua
обсуждение исходный текст
Ответы Re: question  (Richard Huxton <dev@archonet.com>)
Список 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?


В списке pgsql-general по дате отправления:

Предыдущее
От: Brent Wood
Дата:
Сообщение: Re: SELECT question
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Foreign Key to Inherited table