Foreign Key between different databases - Mailing list pgsql-sql

From Stan van de Mortel
Subject Foreign Key between different databases
Date
Msg-id 000001c0c19b$af7b5100$5102a8c0@stanlp
Whole thread Raw
Responses Re: Foreign Key between different databases  (Cedar Cox <cedarc@visionforisrael.com>)
List pgsql-sql
Hello,

I've a table in a database and I want to create a column that is a foreign
key to a table in an other database. When I try ...,foreign key (x)
references otherdb.table(x) it says 'parse error at or near "."'.

Is there an other way to create this kind of foreign key?

Stan van de Mortel
[SvdMortel@InterPlein.nl]



pgsql-sql by date:

Previous
From: "datactrl"
Date:
Subject: Re: [GENERAL] install pgSQL 7.1
Next
From: "Jaruwan Laongmal"
Date:
Subject: problem with copy command