cross-database references are not implemented - Mailing list pgsql-sql

From Paul Dam
Subject cross-database references are not implemented
Date
Msg-id 28DD271C986F234A9B4573938292C1B3048624@s0008.a-more.org
Whole thread Raw
Responses Re: cross-database references are not implemented
Re: cross-database references are not implemented
List pgsql-sql

Hoi,

 

I have a database with 2 schemas:

- public

- export

 

In the export schema I have tables that are filled during an export process.

There is some data I want to have in a table in the public schema as well.

I wrote a trigger function that after insert in the export table does an export in the public table.

 

If I do an insert I get the error message: "ERROR:  cross-database references are not implemented".

 

How can I solve this?

 

Met vriendelijke groet,

 

Paul Dam

pgsql-sql by date:

Previous
From: "maria s"
Date:
Subject: Re: function returning result set of varying column
Next
From: "Pavel Stehule"
Date:
Subject: Re: cross-database references are not implemented