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

Implement IMPORT FOREIGN SCHEMA #75

Closed
GeoffMontee opened this issue Apr 27, 2016 · 10 comments
Closed

Implement IMPORT FOREIGN SCHEMA #75

GeoffMontee opened this issue Apr 27, 2016 · 10 comments

Comments

@GeoffMontee
Copy link
Collaborator

GeoffMontee commented Apr 27, 2016

PostgreSQL 9.5 adds IMPORT FOREIGN SCHEMA, but this is not yet implemented in tds_fdw.

http://www.postgresql.org/docs/9.5/static/sql-importforeignschema.html

http://blog.2ndquadrant.com/postgresql-9-5-import-foreign-schema/

@isapir
Copy link

isapir commented May 31, 2016

+1

This will be a great feature to have

@denishpatel
Copy link

is anyone working on it?

@GeoffMontee
Copy link
Collaborator Author

Not at the moment. If anyone else would like to try implementing it, pull requests would be most welcome.

GeoffMontee added a commit that referenced this issue Sep 2, 2016
@GeoffMontee
Copy link
Collaborator Author

@select-artur contributed a patch that implements IMPORT FOREIGN SCHEMA. It has been merged into master if anyone would like to test it.

@calebhearth
Copy link
Contributor

@GeoffMontee I was able to import my (extensive) schema yesterday. I didn't get to verify everything but it looked pretty good.

@GeoffMontee
Copy link
Collaborator Author

Awesome! I'm glad to hear that it seemed to work pretty well for you, @calebthompson.

@JesseAwhere
Copy link

Please remove the second link in your initial comment. That site is compromised and it has a big scareware fake infected PC page.

@juliogonzalez
Copy link
Member

Checked, the link was not working anymore.

@mbanck
Copy link

mbanck commented Oct 23, 2023

Should this issue not be closed as IMPORT FOREIGN SERVER has been implemented for a long time, or are there still loose ends (missing Sybase support? Though I think that was also added f062f96)

@GeoffMontee
Copy link
Collaborator Author

Thanks, @mbanck. I will close this one.

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

No branches or pull requests

7 participants