File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1326
1326
<entry><structfield>rolreplication</structfield></entry>
1327
1327
<entry><type>bool</type></entry>
1328
1328
<entry>
1329
- Role is a replication role. That is, this role can initiate streaming
1330
- replication (see <xref linkend="streaming-replication">) and set/unset
1331
- the system backup mode using <function>pg_start_backup</> and
1332
- <function>pg_stop_backup</>
1329
+ Role is a replication role. A replication role can initiate replication
1330
+ connections and create and drop replication slots.
1333
1331
</entry>
1334
1332
</row>
1335
1333
@@ -9852,10 +9850,8 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
9852
9850
<entry><type>bool</type></entry>
9853
9851
<entry></entry>
9854
9852
<entry>
9855
- Role is a replication role. That is, this role can initiate streaming
9856
- replication (see <xref linkend="streaming-replication">) and set/unset
9857
- the system backup mode using <function>pg_start_backup</> and
9858
- <function>pg_stop_backup</>
9853
+ Role is a replication role. A replication role can initiate replication
9854
+ connections and create and drop replication slots.
9859
9855
</entry>
9860
9856
</row>
9861
9857
Original file line number Diff line number Diff line change @@ -167,8 +167,11 @@ CREATE ROLE <replaceable class="PARAMETER">name</replaceable> [ [ WITH ] <replac
167
167
<term><literal>NOREPLICATION</literal></term>
168
168
<listitem>
169
169
<para>
170
- These clauses determine whether a role is allowed to initiate
171
- streaming replication or put the system in and out of backup mode.
170
+ These clauses determine whether a role is a replication role. A role
171
+ must have this attribute (or be a superuser) in order to be able to
172
+ connect to the server in replication mode (physical or logical
173
+ replication) and in order to be able to create or drop replication
174
+ slots.
172
175
A role having the <literal>REPLICATION</> attribute is a very
173
176
highly privileged role, and should only be used on roles actually
174
177
used for replication. If not specified,
You can’t perform that action at this time.
0 commit comments