Added support for parameter toast_tuple_target and parallel_workers of the table. Fixes #5181
Fixed an issue where the autovacuum_enabled parameter is added automatically in the RE-SQL when the table has been created using the WITH clause. Fixes #5180 Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=358c5d0a0f839ae08d9bb1fab75b8db6edf0079e Author: Aditya Toshniwal <aditya.toshni...@enterprisedb.com> Modified Files -------------- docs/en_US/images/table_advanced.png | Bin 69325 -> 88949 bytes docs/en_US/release_notes_4_21.rst | 2 + docs/en_US/table_dialog.rst | 8 + .../databases/schemas/tables/static/js/table.js | 22 ++ .../tables/templates/tables/sql/10_plus/create.sql | 3 +- .../templates/tables/sql/10_plus/properties.sql | 3 +- .../tables/templates/tables/sql/11_plus/create.sql | 187 ++++++++++++++++ .../templates/tables/sql/11_plus/properties.sql | 77 +++++++ .../tables/templates/tables/sql/11_plus/update.sql | 245 +++++++++++++++++++++ .../tables/templates/tables/sql/12_plus/create.sql | 10 +- .../templates/tables/sql/12_plus/properties.sql | 4 +- .../tables/templates/tables/sql/12_plus/update.sql | 23 ++ .../templates/tables/sql/9.6_plus/create.sql | 174 +++++++++++++++ .../templates/tables/sql/9.6_plus/properties.sql | 72 ++++++ .../templates/tables/sql/9.6_plus/update.sql | 233 ++++++++++++++++++++ .../templates/tables/sql/default/properties.sql | 2 +- 16 files changed, 1059 insertions(+), 6 deletions(-)