pgadmin4/web/pgadmin/browser/server_groups/servers/databases
Neel Patel dbd3c7f4c5 Allow creation of FDWs if the extension is in a non-default schema. Fixes #1320
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.
2016-07-25 12:48:11 +01:00
..
casts Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
event_triggers Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
extensions Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
foreign_data_wrappers Allow creation of FDWs if the extension is in a non-default schema. Fixes #1320 2016-07-25 12:48:11 +01:00
languages Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
schemas Fixes for function, procedure and trigger reverse SQL. Fixes #1293. Fixes #1294 2016-07-22 16:38:21 +01:00
static/img Adding the Database node. 2016-02-05 13:06:50 +05:30
templates/databases Fix support for security labels. Fixes #1457 2016-07-21 16:35:35 +01:00
tests Enhancements to the regression test suite. 2016-07-18 14:50:21 +01:00
__init__.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00
utils.py Fix support for security labels. Fixes #1457 2016-07-21 16:35:35 +01:00