[pgAdmin][RM5181] Add support for parameters toast_tuple_target andparallel_workers of table - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject [pgAdmin][RM5181] Add support for parameters toast_tuple_target andparallel_workers of table
Date
Msg-id CAM9w-_k7QzXDVsbVc5DQ-5sgOqJbnK3uBnAAZdWDG=Eo=n3q=w@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM5181] Add support for parameters toast_tuple_targetand parallel_workers of table  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Hackers,

Attached is a patch to add support for parameters toast_tuple_target (PG v11+) and parallel_workers(PG 9.6+) of table. Refer - https://www.postgresql.org/docs/11/sql-createtable.html#SQL-CREATETABLE-STORAGE-PARAMETERS.

Both the parameters are added in the advanced tab of table dialog.

The patch also fixes a related issue - RM5180, where autovacuum_enabled parameter is added automatically in the RE-SQL when table has been created with WITH parameter.

Please review.

--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin4 v4.20 candidate builds
Next
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5268] Wrong SQL generated when we update FTSConfiguration and FTS Dictionary