Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hmyH2-000862-EG for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Jul 2019 10:32:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hmyH1-0008UB-9A for pgadmin-hackers@arkaria.postgresql.org; Mon, 15 Jul 2019 10:31:59 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hmyH1-0008U4-2Q for pgadmin-hackers@lists.postgresql.org; Mon, 15 Jul 2019 10:31:59 +0000 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hmyGy-0002Hk-Ar for pgadmin-hackers@postgresql.org; Mon, 15 Jul 2019 10:31:58 +0000 Received: by mail-wr1-x442.google.com with SMTP id g17so16493329wrr.5 for ; Mon, 15 Jul 2019 03:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QkJwSFZufaBXegFQq4ZibIOiHDUqWysaHiOpdJFTbMs=; b=TyP3Y+mRiYY7sTy5IH5Ah3yFp3yCEXz8EaV4Nulh7GHd3Xmzm773mW0p/EkQ54W5C0 Ttv6xlTFtyi4asBqMQt8Nh00qufiiIU1XdvdzaS1PjSzDfNtUGwbxMLBaRW3eLinYsYt wa6jdZJDwwbbQaw/0x4bnJ+1x0cQnElMUH1HvYph9pglLoqbP9YbjFY8EUGZxX0hJw6A R5LLFrNZibPLnhv521Me73g4cBjwuSLMy8XtwzWeRT6PBJbx548AZDXhXLVuLp5BVR5G L6RrqMfsmYbcw5yZYmcsS3VURMUDFKouCm36iqqBan/btPgi0+Ydw2DPaB4JqjFeTXjY EGyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QkJwSFZufaBXegFQq4ZibIOiHDUqWysaHiOpdJFTbMs=; b=GXuL0+hRPPhsq+SOu0TpwnrMgpC55FiAOKvkk6zBW7NTLG6jOXgd56pGoahJc7Nn+R dWhXzgnyJI2ta9zt1/nLH5KEb9IstVId4Y/DBLQd+FgpRiUHVci9+tmfqJxmV8rdayrk SW+QOHuKpYT2Mf5GGAWZV3REJXjW0XvQPEl829b3HFPKaw7Kc75Is3H6GEaYA9fbBpIw 9wAatT64csCd9lxqErAI02GbWWtkhSdLztBwfqCRW7lxOX4xN+cdVkVaFWY3NLhHY5HS xfFniiPMr1vKyqJB0uQryoLrj/KX7b8F8O6m0aV24GLkiuSBJEJwhvReM8B+TJpiB8q/ o1WA== X-Gm-Message-State: APjAAAU1KIp0LVwcFhGM9522pLtMd3tsh38FwaWdlszonKPcwgzKiXkq 5eqdvATx4qsshwjWzLyLNylPU1Sw2RhxSqrYnYrCjA== X-Google-Smtp-Source: APXvYqzx2/PwbQJp6Ne3lq+Fb+FG734K6tFV4Rpt/pOg9QsZob27xa1UFVkM2wiK1WqaAovzp0no5SE9g6O2pT2fxJw= X-Received: by 2002:adf:e4c6:: with SMTP id v6mr27190485wrm.315.1563186713681; Mon, 15 Jul 2019 03:31:53 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Mon, 15 Jul 2019 11:31:42 +0100 Message-ID: Subject: Re: [RM#4468] Consistently use ROLE keyword when generating RE-SQL To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000c969dc058db5c486" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000c969dc058db5c486 Content-Type: text/plain; charset="UTF-8" Thanks, committed. On Mon, Jul 15, 2019 at 11:11 AM Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > Please find attached patch which will change the keyword USER to ROLE when > generating RE-SQL. > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: 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 --000000000000c969dc058db5c486 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, committed.

On Mon, Jul 15, 2019 at 11:11 AM Murtuza= Zabuawala <murtuz= a.zabuawala@enterprisedb.com> wrote:
Hi,

Please find attached pa= tch which will change the keyword USER to ROLE when generating RE-SQL.

--=
Regard= s,
Murtuza Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb= .com
The Enterprise PostgreSQL Company

<= /div>


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

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