Re: Privileges on PUBLICATION
Antonin Houska <ah@cybertec.at>
From: Antonin Houska <ah@cybertec.at>
To: "Gregory Stark (as CFM)" <stark.cfm@gmail.com>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
pgsql-hackers@lists.postgresql.org,
Euler Taveira <euler@eulerto.com>,
Amit Kapila <amit.kapila16@gmail.com>
Date: 2023-03-15T07:42:10Z
Lists: pgsql-hackers
Attachments
- v06-0001-Move-some-code-into-functions.patch (text/x-diff)
Gregory Stark (as CFM) <stark.cfm@gmail.com> wrote: > FYI this looks like it needs a rebase due to a conflict in copy.c and > an offset in pgoutput.c. > > Is there anything specific that still needs review or do you think > you've handled all Peter's concerns? In particular, is there "a > comprehensive description of what it is trying to do"? :) I tried to improve the documentation and commit messages in v05. v06 (just rebased) is attached. -- Antonin Houska Web: https://www.cybertec-postgresql.com
Commits
-
Refactor ExecGrant_*() functions
- 369f09e420ef 16.0 cited
-
doc: Add note about lack of publication privileges
- 84387fc88944 16.0 landed