Re: missing GRANT on pg_subscription columns
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Euler Taveira <euler@eulerto.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-29T02:49:35Z
Lists: pgsql-hackers
On Mon, Jun 28, 2021 at 11:02 AM vignesh C <vignesh21@gmail.com> wrote: > > On Mon, Jun 7, 2021 at 2:38 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > On Thu, Jun 3, 2021 at 10:39 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > > > > Attached patch has the documentation changes for the back-branches. As > there is no specific reason for this, I have just mentioned > "Additionally normal users can't access columns oid and > subsynccommit." The same patch applies till V10 branch. > Thanks for the patch. Tom has already pushed the code as part of commit 3590680b85, so I am not sure if it is still valuable to fix docs in back-branches. -- With Regards, Amit Kapila.
Commits
-
Fix incorrect permissions on pg_subscription.
- 3590680b85a8 14.0 landed