Re: [WIP] Document update for Logical Replication security - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [WIP] Document update for Logical Replication security
Date
Msg-id 9f1dbb62-7205-d21a-ede4-68c940fb88e2@2ndquadrant.com
Whole thread Raw
In response to [WIP] Document update for Logical Replication security  ("Shinoda, Noriyoshi" <noriyoshi.shinoda@hpe.com>)
List pgsql-hackers
On 3/3/18 07:35, Shinoda, Noriyoshi wrote:
> Hi, Hackers, 
> 
> The attached patch adds the following information to the document on Logical Replication.
> About the requirement of connection role of Logical Replication, written in 31.7 of the manual is as follows.
> --
> The role used for the replication connection must have the REPLICATION attribute.
> --
> However, the Logical Replication connection role also requires the LOGIN attribute.
> And, for initial snapshots of Logical Replication, the connection role requires SELECT privilege on the replication
targettable, but it is not described in the manual.
 

Committed, thanks.


-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgbench doc typos
Next
From: Peter Eisentraut
Date:
Subject: Re: segmentation fault in pg head with SQL function.