pgsql: doc: Update description of rolreplication column

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Update description of rolreplication column
Date: 2017-08-11 20:21:43
Message-ID: E1dgGRD-0004Ux-U1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)fujii(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-11 20:43:07 pgsql: doc: Add example for inet vs cidr difference
Previous Message Peter Eisentraut 2017-08-11 19:54:00 pgsql: doc: Small wording improvement