pgAdmin 4 commit: Fix an issue where several default privileges cause e

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix an issue where several default privileges cause e
Date: 2016-09-16 15:06:33
Message-ID: E1bkuin-0003E4-LL@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix an issue where several default privileges cause error on database. Fixes #1670

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c5f04d03c62efff8eb25c1dbc1e5283804d7de2f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../schema/pg/9.1_plus/sql/properties.sql | 21 ++++++++++++---
.../schema/pg/9.2_plus/sql/properties.sql | 28 +++++++++++++++++---
.../schema/ppas/9.1_plus/sql/properties.sql | 21 ++++++++++++---
.../schema/ppas/9.2_plus/sql/properties.sql | 28 +++++++++++++++++---
.../databases/sql/9.1_plus/properties.sql | 21 ++++++++++++---
.../databases/sql/9.2_plus/properties.sql | 30 ++++++++++++++++++----
.../databases/sql/9.3_plus/properties.sql | 30 ++++++++++++++++++----
7 files changed, 152 insertions(+), 27 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-16 15:09:56 Re: PATCH: To fix the isssue where several default privileges cause error (pgAdmin4)
Previous Message Dave Page 2016-09-16 14:41:17 Re: [pgAdmin4][Patch]: RM1595 - "no results to fetch error" displayed if modify definition with other table