[pgAdmin4][Patch]: Materialized view issues when run on PPAS server

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Materialized view issues when run on PPAS server
Дата
Msg-id CAM5-9D_8nc1PDfHP3cupMnzie7AvfdP+3azZ7zBbSAdp=SdfVw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Materialized view issues when run on PPAS server  (Ashesh Vashi <ashesh.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi,

Following are the issues fixed in this patch:
1. RM#1213 - "list index out of range" message displayed if try to drop materialized view with non root user.
This issue is the result of copy paste issue in views delete method.

2. RM#1207 - Unable to comments on materialized view with PPAS server.
I found that this issues was because the sql files 'create.sql', 'view_id.sql' & 'update.sql' were outdated. It was my mistake. so updating them resolves this issue.

Please review the patch.

Thanks,
Surinder Kumar
Вложения

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

Предыдущее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: pgAdmin3 patch for pgFunctions.cpp
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Fixes #1213 - Dropping the materialized view using a