pgAdmin 4 commit: Added support for parameter toast_tuple_target and pa - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support for parameter toast_tuple_target and pa
Date
Msg-id E1jJcpT-0001Wl-MM@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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.toshniwal@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(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_targetand parallel_workers of table
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_targetand parallel_workers of table