I imported a foreign schema using IMPORT FOREIGN SCHEMA. Now I'm able to access all the table content in that schema, but still unable to access any of the functions.
Is it possible to execute a foreign function on the foreign server? With FDW or any other way.