arrays and references

Поиск
Список
Период
Сортировка
От Mathieu Arnold
Тема arrays and references
Дата
Msg-id 265693627.1016719973@andromede.reaumur.absolight.net
обсуждение исходный текст
Ответы Re: arrays and references  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
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.

--
Mathieu Arnold

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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: pg_hba.conf issue
Следующее
От: Travis Bauer
Дата:
Сообщение: Re: arrays and references