pgAdmin 4 commit: 1) Disable Fill Factor and Has OIDs control for the p

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Disable Fill Factor and Has OIDs control for the p
Date: 2020-01-24 10:45:52
Message-ID: E1iuwTI-0004RY-0I@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Disable Fill Factor and Has OIDs control for the partitioned table.
2) Added reloptions for the partitions and partitioned table.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6594481992dba7943a49524e0d3f99c026a88d34

Modified Files
--------------
.../tables/partitions/static/js/partition.js | 10 ++++++++--
.../databases/schemas/tables/static/js/table.js | 8 +++++++-
.../templates/partitions/sql/pg/10_plus/create.sql | 23 ++++++++++++++++++++++
.../partitions/sql/ppas/10_plus/create.sql | 23 ++++++++++++++++++++++
.../servers/databases/schemas/tables/utils.py | 15 +++++++++-----
5 files changed, 71 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nagesh Dhope 2020-01-24 12:13:13 [pgAdmin][RM4763][RM4762] Allow screen readers to identify errors and read description of non-textable elements.
Previous Message Akshay Joshi 2020-01-24 06:06:12 pgAdmin 4 commit: Default tablespace should not be visible for the mult