pgadmin4/web
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
..
pgadmin Allow creation of FDWs if the extension is in a non-default schema. Fixes #1320 2016-07-25 12:48:11 +01:00
regression Ignore regression test files. 2016-07-18 14:50:49 +01:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Use a numeric version check for upgrades. 2016-07-22 16:14:57 +01:00
pgAdmin4.py Move the config database schema version out of the configuration file and into the model class. 2016-06-24 12:50:52 +01:00
setup.py Stop using deprecated imports. 2016-07-22 16:25:23 +01:00