pgAdmin 4 commit: Add support for primary key, foreign key, unique key,

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add support for primary key, foreign key, unique key,
Date: 2018-07-27 12:01:42
Message-ID: E1fj1RG-0002Ur-0k@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add support for primary key, foreign key, unique key, indexes and triggers on partitioned tables for PG/EPAS 11. Fixes #3412

Branch
------
master

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

Modified Files
--------------
docs/en_US/images/table_partition.png | Bin 0 -> 328341 bytes
docs/en_US/release_notes_3_2.rst | 1 +
docs/en_US/table_dialog.rst | 25 ++++++++
.../schemas/tables/column/static/js/column.js | 6 +-
.../foreign_key/static/js/foreign_key.js | 6 +-
.../index_constraint/static/js/primary_key.js | 5 +-
.../static/js/unique_constraint.js | 5 +-
.../databases/schemas/tables/indexes/__init__.py | 5 +-
.../schemas/tables/indexes/static/js/index.js | 5 +-
.../schemas/tables/static/js/partition.utils.js | 66 +++++++++++++++++----
.../databases/schemas/tables/static/js/table.js | 36 ++++++++---
.../schemas/tables/tests/test_table_add.py | 43 ++++++++++----
.../schemas/tables/triggers/static/js/trigger.js | 4 +-
.../servers/databases/schemas/tables/utils.py | 42 +++++++++++--
14 files changed, 200 insertions(+), 49 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-07-27 12:02:16 Re: [pgAdmin4][Patch]: #3412 - Add support for PRIMARY KEY, FOREIGN KEY, indexes, and triggers on partitioned tables for PG 11
Previous Message pgAdmin 4 Jenkins 2018-07-27 09:25:33 Jenkins build is back to normal : pgadmin4-master-python33 #711