Please apply the attached small patch, which fixes a schema related
issue with several dblink functions.
- If the same relation exists in multiple schema, current sources fail
to resolve an unqualified relname.
- Current sources do not allow schema qualified names.
The patch fixes both issues by using the (relatively new) regclassin()
function to resolve the relname to an Oid.
Thanks,
Joe