Hi,
Is there a way to update a table in database1 from a function in database2 (both databases are on the same server)? Basically cross database update in PostgreSQL.
Function is executed by a trigger but it shouldn't matter.
-= edit =- I know I can make it using DBLink but I would like to modify the source database as little as possible. I'm looking for some other options.