pgAdmin 4 commit: Added support for parameter toast_tuple_target and pa

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support for parameter toast_tuple_target and pa
Date: 2020-04-01 12:50:47
Message-ID: E1jJcpT-0001Wl-MM@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-01 12:51:38 Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_target and parallel_workers of table
Previous Message Aditya Toshniwal 2020-04-01 12:35:12 Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_target and parallel_workers of table