pgsql: Doc: Fix various inconsistencies

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix various inconsistencies
Date: 2019-10-16 04:13:04
Message-ID: E1iKagK-0000J8-1w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix various inconsistencies

This fixes multiple areas of the documentation:
- COPY for its past compatibility section.
- SET ROLE mentioning INHERITS instead of INHERIT
- PREPARE referring to stmt_name, that is not present.
- Extension documentation about format name with upgrade scripts.

Backpatch down to 9.4 for the relevant parts.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/bf95233a-9943-b341-e2ff-a860c28af481@gmail.com
Backpatch-through: 9.4

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/952af2476f88d25cc532bd8db79e0737059b5421

Modified Files
--------------
doc/src/sgml/extend.sgml | 2 +-
doc/src/sgml/ref/copy.sgml | 20 ++++++++++----------
doc/src/sgml/ref/set_role.sgml | 2 +-
3 files changed, 12 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-10-16 04:17:28 pgsql: Doc: Fix incorrect contributor name in release notes
Previous Message Michael Paquier 2019-10-16 04:13:03 pgsql: Doc: Fix various inconsistencies