pgAdmin 4 commit: Fixed an issue where the user is unable to create an

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the user is unable to create an
Date: 2021-10-12 12:50:18
Message-ID: E1maHEY-000175-1s@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where the user is unable to create an index with concurrently keyword. Fixes #6790

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5b9383c880ce0ecb53578973fdeace85ee17fe48
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
.../databases/schemas/tables/indexes/__init__.py | 32 +++++++++++++-------
.../schemas/tables/indexes/static/js/index.ui.js | 15 ++++------
.../tables/indexes/tests/index_test_data.json | 34 ++++++++++++++++++++--
web/pgadmin/static/js/SchemaView/DataGridView.jsx | 4 +--
5 files changed, 61 insertions(+), 25 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-12 12:51:17 Re: [pgAdmin][RM-6790]: Unable to create index with concurrently keyword.
Previous Message Nikhil Mohite 2021-10-12 12:29:20 [pgAdmin][RM-6790]: Unable to create index with concurrently keyword.