pgsql: Doc: Fix various inconsistencies

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Doc: Fix various inconsistencies
Дата
Msg-id E1iKagJ-0000Iw-Tt@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4351142e5843dc9fcb080a51aa082d63be59a5ab

Modified Files
--------------
doc/src/sgml/extend.sgml       |  2 +-
doc/src/sgml/ref/copy.sgml     | 24 ++++++++++++------------
doc/src/sgml/ref/prepare.sgml  |  2 +-
doc/src/sgml/ref/set_role.sgml |  2 +-
4 files changed, 15 insertions(+), 15 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix CLUSTER on expression indexes.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Doc: Fix various inconsistencies