Skip to content

Commit dd63cf9

Browse files
committed
Fix typo in CREATE PUBLICATION reference page
While at it, simplify wording a bit. Author: Takamichi Osumi <osumi.takamichi@fujitsu.com> Reviewed-by: Peter Smith <smithpb2250@gmail.com> Discussion: https://postgr.es/m/TYCPR01MB8373F93F5D094A2BE648990DED259@TYCPR01MB8373.jpnprd01.prod.outlook.com
1 parent 7551702 commit dd63cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_publication.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
158158

159159
<para>
160160
For an <command>INSERT ... ON CONFLICT</command> command, the publication will
161-
publish the operation that actually results from the command. So depending
162-
of the outcome, it may be published as either <command>INSERT</command> or
161+
publish the operation that results from the command. Depending
162+
on the outcome, it may be published as either <command>INSERT</command> or
163163
<command>UPDATE</command>, or it may not be published at all.
164164
</para>
165165

0 commit comments

Comments
 (0)