@@ -21,15 +21,15 @@ PostgreSQL documentation
2121
2222 <refsynopsisdiv>
2323<synopsis>
24- ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> WITH ( <replaceable class="PARAMETER">suboption</replaceable> [, ... ] ) ]
24+ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> WITH ( <replaceable class="PARAMETER">suboption</replaceable> [, ... ] )
2525
2626<phrase>where <replaceable class="PARAMETER">suboption</replaceable> can be:</phrase>
2727
2828 SLOT NAME = <replaceable class="PARAMETER">slot_name</replaceable>
2929 | SYNCHRONOUS_COMMIT = <replaceable class="PARAMETER">synchronous_commit</replaceable>
3030
3131ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> SET PUBLICATION <replaceable class="PARAMETER">publication_name</replaceable> [, ...] { REFRESH WITH ( <replaceable class="PARAMETER">puboption</replaceable> [, ... ] ) | NOREFRESH }
32- ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> REFRESH PUBLICATION WITH ( <replaceable class="PARAMETER">puboption</replaceable> [, ... ] )
32+ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> REFRESH PUBLICATION[ WITH ( <replaceable class="PARAMETER">puboption</replaceable> [, ... ] ) ]
3333
3434<phrase>where <replaceable class="PARAMETER">puboption</replaceable> can be:</phrase>
3535
@@ -54,7 +54,7 @@ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> DISABLE
5454
5555 <para>
5656 To alter the owner, you must also be a direct or indirect member of the
57- new owning role. The new owner has to be a superuser
57+ new owning role. The new owner has to be a superuser.
5858 </para>
5959 </refsect1>
6060