[COMMITTERS] pgsql: doc: Update description of rolreplication column - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Update description of rolreplication column
Date
Msg-id E1dgGRD-0004Ux-U1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa65c8c73cb21ab3154db2f0f291227ba901c996

Modified Files
--------------
doc/src/sgml/catalogs.sgml        | 12 ++++--------
doc/src/sgml/ref/create_role.sgml |  7 +++++--
2 files changed, 9 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Small wording improvement
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add example for inet vs cidr difference