Add Reverse Engineered SQL tests for FDWs. Fixes #4441 Branch ------ master
Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ba32c98241b77c27215096db121afe0984d8ea73 Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/release_notes_4_11.rst | 1 + .../tests/9.3_plus/alter_fdw_change_opt2.sql | 12 +++ .../tests/9.3_plus/alter_fdw_comment.sql | 11 +++ .../tests/9.3_plus/alter_fdw_opt1.sql | 12 +++ .../tests/9.3_plus/alter_fdw_opt2.sql | 12 +++ .../tests/9.3_plus/alter_fdw_rename.sql | 13 +++ .../tests/9.3_plus/alter_fdw_validator.sql | 13 +++ .../tests/9.3_plus/create_fdw.sql | 8 ++ .../foreign_data_wrappers/tests/9.3_plus/test.json | 104 +++++++++++++++++++++ .../tests/default/alter_fdw_change_opt2.sql | 12 +++ .../tests/default/alter_fdw_comment.sql | 11 +++ .../tests/default/alter_fdw_opt1.sql | 12 +++ .../tests/default/alter_fdw_opt2.sql | 12 +++ .../tests/default/alter_fdw_rename.sql | 13 +++ .../tests/default/alter_fdw_validator.sql | 13 +++ .../tests/default/create_fdw.sql | 8 ++ .../foreign_data_wrappers/tests/default/test.json | 104 +++++++++++++++++++++ 17 files changed, 371 insertions(+)