-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix import foreign schema failure due to SET type.
IMPORT FOREIGN SCHEMA command fails if the schema has a table that has a SET type column. PostgreSQL does not have an equivalent data type to map the SET type for a successful import of the table. So, instead of failing the entire import, skip the tables and emit warnings for those having SET type column. Reported on GitHub through issue #124 by Knut Wannheden. FDW-408, Suraj Kharage with some changes by Jeevan Ladhe, some suggestions by Jeevan Chalke, reviewed by Vaibhav Dalvi, Jeevan Ladhe and tested by Rajkumar Raghuwanshi.
- Loading branch information
1 parent
52b31d8
commit 872b938
Showing
4 changed files
with
56 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters