pgAdmin 4 commit: 1) Added support for Default Partition. Fixes #3938

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Added support for Default Partition. Fixes #3938
Date: 2019-04-11 07:57:47
Message-ID: E1hEUah-0001hA-L4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Added support for Default Partition. Fixes #3938
2) Ensure that record should be add/edited for root partition table with primary keys. Fixes #4104

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a9d964b5ca04bbe00bf5585d5c19bdfdf603c8a9
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/table_partition.png | Bin 267206 -> 253015 bytes
docs/en_US/release_notes_4_6.rst | 2 +
docs/en_US/table_dialog.rst | 3 +-
.../schemas/tables/static/js/partition.utils.js | 44 ++++++++++++------
.../databases/schemas/tables/static/js/table.js | 51 ++++++++++++---------
.../schemas/tables/tests/test_table_add.py | 26 +++++++++++
.../servers/databases/schemas/tables/utils.py | 34 ++++++++++----
.../sqleditor/sql/11_plus/primary_keys.sql | 8 ++++
8 files changed, 121 insertions(+), 47 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-11 07:58:17 Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes
Previous Message Khushboo Vashi 2019-04-11 06:00:44 Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes