Ensure the DROP statements in reverse engineered SQL are properly quoted for all objects. Fixes #4440
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6cab7b421db3bae0ad4c3f6ac79cc81066a6d14 Author: Shubham Agarwal <shubham.agar...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_21.rst | 1 + .../servers/databases/foreign_data_wrappers/__init__.py | 11 +++++++---- .../tests/pg/9.3_plus/alter_fdw_change_opt2.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_comment.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_opt1.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_opt2.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_privileges.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_rename.sql | 2 +- .../tests/pg/9.3_plus/alter_fdw_validator.sql | 2 +- .../foreign_data_wrappers/tests/pg/9.3_plus/create_fdw.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_change_opt2.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_comment.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_opt1.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_opt2.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_privileges.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_rename.sql | 2 +- .../tests/ppas/9.3_plus/alter_fdw_validator.sql | 2 +- .../foreign_data_wrappers/tests/ppas/9.3_plus/create_fdw.sql | 2 +- 18 files changed, 24 insertions(+), 20 deletions(-)