Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1btWB2-0003yO-1F for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 08:43:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1btWB1-0002Ig-EP for pgadmin-hackers@arkaria.postgresql.org; Mon, 10 Oct 2016 08:43:15 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1btWB0-0002GY-JS for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 08:43:14 +0000 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1btWAx-0001oZ-2v for pgadmin-hackers@postgresql.org; Mon, 10 Oct 2016 08:43:13 +0000 Received: by mail-it0-x22d.google.com with SMTP id 189so11472881ity.1 for ; Mon, 10 Oct 2016 01:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=EQsa3ESTibYcc8TNpbb5XrRXUmYkWevmnNJyWH3zNAM=; b=zw4Ud7YbhYI2ukdRDKX28ON/hOkW6rWD1xvSJY5TJDaHs9OFJ6X8FXrqClh5WJDUTX 9lMHs8ay6Qa09ppE1qWcKesXp4zxJZQEb4eHKUInBAhAynyxtPWLWbCYNutpJZ9ou5Ug tXBAzg8XUD77dwshgLHhZI3GOUxWC0qNmnzojOHHJz7XGQnogeh2neeq+zHljCCfYXXy WfSkmpmLCX2pEto8cOQKeV0KZ1d0Q+Boo+04+qp3PxFMBDMdye17cjFeb69Cdu+I5Y0O iozuNE5NZm6vZ9CcvjipPbia4vWEj+0h+ZoKOLaYPkOwFGz1ByUQoJFZu8R4yiMeN4p6 NbeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=EQsa3ESTibYcc8TNpbb5XrRXUmYkWevmnNJyWH3zNAM=; b=UuR0VZkCzxPfak8X97/HLxjLwPJjrz5w6N7xXTEvKmqUTTFdpDZoPFYjm0QRxGPzBB kc9xKXkY0QdF2dFCbjZnn0enG7pdIQ5xuEnjxrhaeyhmdMigeAtCks7AMWsy0Qr6Y01d 5xRzt2oU7SaJPEvkYwRNpn/cS067DMJUyDMBqRgODdRDzPHQWA89TpWQPyUNqWkpalwy Ih8nUTuBQAX/LUugDcbqAFapgU55YzYNFLklQNpk5+1JJwYmietB95LwPi43vgh32ZwL 9dySxhKxmgF+gpuaUWb7XdFprKuItsq431VXXPy48CPWtYrloM2ouQBzuOvuUATAOnpI 29kg== X-Gm-Message-State: AA6/9RlB87oVWtt+6k34TO8jfLlziQsuI5e/HO1NS28sRvgtdgA2KmYCCjE/ht5/HoMdg0CRK2B38pCLwt46fw== X-Received: by 10.36.225.193 with SMTP id n184mr10158277ith.100.1476088990512; Mon, 10 Oct 2016 01:43:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.146.135 with HTTP; Mon, 10 Oct 2016 01:43:09 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 10 Oct 2016 09:43:09 +0100 Message-ID: Subject: Re: Patch for RM1531 and other improvements related to same issue [pgAdmin4] To: Harshal Dhumal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c19d5beefcbeb053e7ebf90 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c19d5beefcbeb053e7ebf90 Content-Type: text/plain; charset=UTF-8 Thanks, patch applied. On Saturday, October 8, 2016, Harshal Dhumal < harshal.dhumal@enterprisedb.com> wrote: > Hi, > > PFA patch for RM 1531. > > Changes: 1. Fixed update privileges for views and materialized views. > 2. Apart from this fixed wrong sql for privilege update. > 3. Fixed: Error message was not got cleared even after removing entry with > error on privilege tab. > > > > -- > *Harshal Dhumal* > *Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --94eb2c19d5beefcbeb053e7ebf90 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks, patch applied.

On Saturday, October 8, 2016, Harshal Dhumal = <harshal.dhumal@enter= prisedb.com> wrote:
Hi,

PFA patch for RM 1531.

Changes: 1. Fixed update privileges for views and materialized views.
<= /div>2. Apart from this fixed wrong sql for privilege update.
3. F= ixed: Error message was not got cleared even after removing entry with erro= r on privilege tab.



--=C2=A0
Harshal Dhumal
Software Engineer

EnterpriseDB India:=C2=A0= http://www.enterprisedb.com=
The Enterprise PostgreSQL Company=


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @= pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL= Company

--94eb2c19d5beefcbeb053e7ebf90--