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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Fix up some out-of-date references to INHERIT/NOINHERIT.
Date: 2022-08-29 14:16:54
Message-ID: E1oSfZO-000T1R-EZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-08-29 16:31:43 pgsql: Prevent WAL corruption after a standby promotion.
Previous Message David Rowley 2022-08-29 11:21:25 pgsql: Add missing padding from MemoryChunk struct