Re: Foreign Key relationship between two databases

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Foreign Key relationship between two databases
Дата
Msg-id 20050127053355.W68725@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Foreign Key relationship between two databases  ("Sandeep Gaikwad" <sgaikwad@vertex.co.in>)
Список pgsql-sql
On Thu, 27 Jan 2005, Sandeep Gaikwad wrote:

>     I can give foreign key relationship between two tables of same
> database. Can I give foreign key relationship between tables of two
> databases ? Plz, let me know if possible & send me how can I do that?

Unfortunately, that's not really currently possible.  You might be able to
fake some portion of it with custom triggers using dblink but I don't
think the locking would entirely work.

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

Предыдущее
От: "Sandeep Gaikwad"
Дата:
Сообщение: Foreign Key relationship between two databases
Следующее
От: Sean Davis
Дата:
Сообщение: Re: What's the equivalent in PL/pgSQL