reshke opened a new pull request, #1485: URL: https://github.com/apache/cloudberry/pull/1485
In MPP/Cloudberry we historically have dblink behaviour differencies with upstream. They were initially introduced 9b75844, as bug-fix. Namely, we do not allow non-superuser to create dblink connection without explicit password/username. We also force username in connection string to match session user, if not specified (see dblink_connstr_has_pw). Two function declarations changed: dblink_connstr_check dblink_connstr_has_pw they now return modified connection string. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
