-
Notifications
You must be signed in to change notification settings - Fork 2
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
Extension .control file? #1
Comments
Hi ! Thanks for your interest in this piece of code. There's no control file because it's not a PostgreSQL extension per se. This is just a foreign data wrapper based on multicorn. I could make it an extension but I didn't feel the need to because this FDW is basically a proof of concept. If you want to install it you need to install multicorn first The simply run : And restart the PostgreSQL service You can now launch test.sql with a superuser Out of curiosity, what are you trying to achieve this FDW ? Personnally I use it to extract some stats from the FDW page ont the postgresql wiki and don't see many other use cases. |
FTR I just switched to python 3 and pushed a docker image. you can just type
and then:
|
Ahh, I was confused by the CREATE EXTENSION in test.sql; I didn't read
Yeah, I just gave a talk at Scale that mentioned FDWs and I wanted a count of how many there are. :)Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX |
As of today, there's 98 FDW on the wiki page, although some NoSQL wrappers look very dubious |
Where is the extension control file? Is there a way to install this somewhere that doesn't have apt?
The text was updated successfully, but these errors were encountered: