pgsql: docs: Fix up some out-of-date references to INHERIT/NOINHERIT. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: docs: Fix up some out-of-date references to INHERIT/NOINHERIT.
Date
Msg-id E1oSfZO-000T1R-EZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Fix up some out-of-date references to INHERIT/NOINHERIT.

Commit e3ce2de09d814f8770b2e3b3c152b7671bcdb83f should have updated
these sections of the documentation, but failed to do so.

Patch by me, reviewed by Nathan Bossart.

Discussion: http://postgr.es/m/CA+TgmoaKMnde2W_=u7CqeCKi=FKnfbNQPwOR=c_3c8qD7b2nhQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/620ac285483fd78a54206a8b523a877ba8fd1e9b

Modified Files
--------------
doc/src/sgml/ref/set_role.sgml | 19 ++++++++++---------
doc/src/sgml/user-manag.sgml   | 28 ++++++++++++++++------------
2 files changed, 26 insertions(+), 21 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Add missing padding from MemoryChunk struct
Next
From: Robert Haas
Date:
Subject: pgsql: Prevent WAL corruption after a standby promotion.