Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature, Add mysql_fdw extension #1390

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

TheLazzziest
Copy link

@TheLazzziest TheLazzziest commented Jan 1, 2025

Description

I need to add mysql_fwd extension to have access to multiple resources (including mysql) from a single postgres instance.

What will be added ?

Add mysql_fdw extension to the available extension list.

@TheLazzziest
Copy link
Author

The reason for keeping this PR as a draft version relates to having issues with libmysqlclient library which is not reachable by the extension upon a CREATE EXTENSION call.

I am still trying to figure out where the link to the so file should be placed in order to make it visible to the extension. So it would be great to have some inputs in this regard 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant