doc: Update description of rolreplication column

Peter Eisentraut <peter_e@gmx.net>

Commit: fa65c8c73cb21ab3154db2f0f291227ba901c996
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-08-11T20:14:55Z
Releases: 10.0
doc: Update description of rolreplication column

Since PostgreSQL 9.6, rolreplication no longer determines whether a role
can run pg_start_backup() and pg_stop_backup(), so remove that.

Add that this attribute determines whether a role can create and drop
replication slots.

Reported-by: Fujii Masao <masao.fujii@gmail.com>

Files

PathChange+/−
doc/src/sgml/catalogs.sgml modified +4 −8
doc/src/sgml/ref/create_role.sgml modified +5 −2

Documentation touched