Root cause:- When user change schema of already created fdw extension then while creating the new fdw we should append the <schema_name>.<fdw_handler_name>. Previously we added only <fdw_handler_name> so while executing the query it will not be able to find fdw handler name without schema name. e.g. If user changed the fdw handler 'postgres_fdw_handler' under schema 'test' then we should display the handler name under fdw as "test. postgres_fdw_handler". Solution:- With this patch, we have added <schema_name>.<fdw_handler_name> so while creating or updating the fdw, proper sql will be generated. |
||
|---|---|---|
| .. | ||
| server_groups | ||
| static | ||
| templates/browser | ||
| tests | ||
| __init__.py | ||
| collection.py | ||
| utils.py | ||