pgsql: doc: Fix description of replication command CREATE_REPLICATION_S

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: doc: Fix description of replication command CREATE_REPLICATION_S
Дата
Msg-id E1oilYL-0027Bn-5m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Fix description of replication command CREATE_REPLICATION_SLOT

The output plugin name is a mandatory option when creating a logical
slot, but the grammar documented was not described as such.  While on
it, fix two comments in repl_gram.y to show that TEMPORARY is an
optional grammar choice.

Author: Ayaki Tachikake
Discussion: https://postgr.es/m/OSAPR01MB2852607B2329FFA27834105AF1229@OSAPR01MB2852.jpnprd01.prod.outlook.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/63585b1ebd0d5ee66ff8f801202656d40ff9bb63

Modified Files
--------------
doc/src/sgml/protocol.sgml          | 2 +-
src/backend/replication/repl_gram.y | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve recommended systemd unit file.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix ordering issue with WAL operations in GIN fast insert path