We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to write FDW using pgx. I found out that:
pg_foreign_server.h pg_foreign_table.h
are not included in the bindings generation. Is it possible to add them, so I could use constants defined there.
The text was updated successfully, but these errors were encountered:
Also include/executor/tuptable.h
include/executor/tuptable.h
Sorry, something went wrong.
Thanks. I’ll take a look at this next week. If you want to save some time feel free to edit pgx’ include/*.h files and put up a PR.
Ok, I'm planning to make a PR with few patches for better support of FDW. I'll include those changes in the PR.
Add foreign table headers
c2092f2
Addresses pgcentralfoundation#310
Add foreign table headers (#1226)
bbcbad1
Addresses #310
No branches or pull requests
I'm trying to write FDW using pgx. I found out that:
are not included in the bindings generation. Is it possible to add them, so I could use constants defined there.
The text was updated successfully, but these errors were encountered: