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

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Materialized view issues when run on PPAS server
Date: 2016-05-24 18:59:12
Message-ID: CAM5-9D_8nc1PDfHP3cupMnzie7AvfdP+3azZ7zBbSAdp=SdfVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
materialized_view_issues_with_ppas_server.patch application/octet-stream 13.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Susan Douglas 2016-05-24 19:03:22 Re: Patch for pgAdmin4 docs
Previous Message Andreas 'ads' Scherbaum 2016-05-24 18:57:47 Re: pgAdmin3 patch for pgFunctions.cpp