0

I want to call procedures cross databases in PostgreSql
I found dblink, but I'm trying to understand if it's also possible to call procedures with it
If not, how can it be done?

1 Answer 1

0

Yes, you can use db_link for this. You can execute any piece of SQL over db_link.

If you only need access to different tables on these external databases, you could use a foreign table as well. For this you have to install the postgres_fdw-extension.

Sign up to request clarification or add additional context in comments.

1 Comment

what is the syntax

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.