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
Comments
|
+1 This will be a great feature to have |
|
is anyone working on it? |
|
Not at the moment. If anyone else would like to try implementing it, pull requests would be most welcome. |
|
@select-artur contributed a patch that implements IMPORT FOREIGN SCHEMA. It has been merged into master if anyone would like to test it. |
|
@GeoffMontee I was able to import my (extensive) schema yesterday. I didn't get to verify everything but it looked pretty good. |
|
Awesome! I'm glad to hear that it seemed to work pretty well for you, @calebthompson. |
|
Please remove the second link in your initial comment. That site is compromised and it has a big scareware fake infected PC page. |
|
Checked, the link was not working anymore. |
|
Should this issue not be closed as |
|
Thanks, @mbanck. I will close this one. |
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/
The text was updated successfully, but these errors were encountered: