1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: PG 16 relnotes, adjust subscription origin mention

Reported-by: Masahiko Sawada

Discussion: https://postgr.es/m/CAD21AoC+VihMWs3-xVB3Z=8LzLbsQc52TO29o25rzfqcnJDCUQ@mail.gmail.com
This commit is contained in:
Bruce Momjian
2023-05-30 19:08:14 -04:00
parent 0bcb3ca3b9
commit f7c16a120c

View File

@ -1459,7 +1459,7 @@ Allow logical replication subscribers to process only changes that have no origi
</para>
<para>
This can be used to avoid replication loops.
This can be used to avoid replication loops. This is controlled by the new CREATE SUBSCRIPTION "origin" option.
</para>
</listitem>