Doc: Fix various inconsistencies

Michael Paquier <michael@paquier.xyz>

Commit: 4351142e5843dc9fcb080a51aa082d63be59a5ab
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-10-16T04:09:52Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/extend.sgml modified +1 −1
doc/src/sgml/ref/copy.sgml modified +12 −12
doc/src/sgml/ref/prepare.sgml modified +1 −1
doc/src/sgml/ref/set_role.sgml modified +1 −1

Documentation touched

Discussion