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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the user is unable to create an
Дата
Msg-id E1maHEY-000175-1s@gothos.postgresql.org
обсуждение исходный текст
Список 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.mohite@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Nikhil Mohite
Дата:
Сообщение: [pgAdmin][RM-6790]: Unable to create index with concurrently keyword.
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-6790]: Unable to create index with concurrently keyword.