pgAdmin 4 commit: Role can update the catalog is not support from PG >=

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Role can update the catalog is not support from PG >=
Date: 2016-05-25 08:16:46
Message-ID: E1b5Tzi-0003nw-NN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Role can update the catalog is not support from PG >= 9.5.

We will set rolcatupdate same as rolsuper from the properties query for
PG >= 9.5

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=798ff03818b400338b16c50dbe490ac9df8dd1d5

Modified Files
--------------
.../browser/server_groups/servers/roles/templates/role/js/role.js | 2 +-
.../servers/roles/templates/role/sql/post9_4/properties.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-05-25 08:36:50 [pgAdmin4][Patch]: Add support for Materialized View & Cancel button on dialog header in Grant Wizard
Previous Message Dave Page 2016-05-25 07:51:26 Re: pgAdmin3 patch for pgFunctions.cpp