Re: obsolete description for rolreplication in pg_authid and pg_roles

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Re: obsolete description for rolreplication in pg_authid and pg_roles
Date: 2017-08-11 20:22:07
Message-ID: 1fb2102a-c5ec-6777-1a73-81c8f3698409@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 3/21/17 15:00, Fujii Masao wrote:
> catalog.sgml
>> That is, this role can initiate streaming replication (see Section
>> 26.2.5, “Streaming Replication”) and set/unset the system backup
>> mode using pg_start_backup and pg_stop_backup
>
> The latter part of the above description for rolreplication column seems
> obsolete because commit 1574783b4ced0356fbc626af1a1a469faa6b41e1
> changed pg_start_backup and pg_stop_backup so that GRANT system
> is used to manage access to those functions. So I think that we should
> get rid of the latter part or replace it with something like "run pg_basebackup
> to take a base backup". Thought?

fixed

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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-11 20:43:34 Re: Improve docuemntation for cidr/inet
Previous Message Peter Eisentraut 2017-08-11 19:54:21 Re: pg_restore -l documentation