@@ -21,15 +21,15 @@ PostgreSQL documentation
21
21
22
22
<refsynopsisdiv>
23
23
<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> [, ... ] )
25
25
26
26
<phrase>where <replaceable class="PARAMETER">suboption</replaceable> can be:</phrase>
27
27
28
28
SLOT NAME = <replaceable class="PARAMETER">slot_name</replaceable>
29
29
| SYNCHRONOUS_COMMIT = <replaceable class="PARAMETER">synchronous_commit</replaceable>
30
30
31
31
ALTER 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> [, ... ] ) ]
33
33
34
34
<phrase>where <replaceable class="PARAMETER">puboption</replaceable> can be:</phrase>
35
35
@@ -54,7 +54,7 @@ ALTER SUBSCRIPTION <replaceable class="PARAMETER">name</replaceable> DISABLE
54
54
55
55
<para>
56
56
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.
58
58
</para>
59
59
</refsect1>
60
60