Re: Foreign key constraint for array-field?

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Foreign key constraint for array-field?
Дата
Msg-id 1222027872.4445.107.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: Foreign key constraint for array-field?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Sun, 2008-09-21 at 15:07 -0400, Andrew Dunstan wrote:
> 
> Simon Riggs wrote:
> > No, its not possible. Need a trigger.
> >
> > I think we should support it though. If we extend the relational model
> > with arrays then it would be sensible if we support this aspect as
> > well. 
> >
> > Implementation would be fairly straightforward. ri_triggers currently
> > assumes a non-array value is being checked, but that could be changed to
> > IN(array). Multi-column keys with arrays sound confusing though.
> >   
> 
> What's the syntax going to look like?

The ALTER TABLE would have exactly the same syntax.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: Proposal: move column defaults into pg_attribute along with attacl
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [patch] fix dblink security hole