Re: arrays and references

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: arrays and references
Дата
Msg-id 20020321080514.J62111-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на arrays and references  (Mathieu Arnold <mat@mat.cc>)
Список pgsql-general
On Thu, 21 Mar 2002, Mathieu Arnold wrote:

> Hi
>
> I was wondering if there was a possibity to do something like this :
> create table a (a int primary key);
> create table b (b int primary key, a int[] references a(a));
> to avoid having to create another table to join the two tables.

Not currently.



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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: [NOVICE] Conditional constraint?
Следующее
От: Ron Mahoney
Дата:
Сообщение: Re: Generating a list of days