File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
142
142
143
143
<para>
144
144
Create a subscription to a remote server that replicates tables in
145
- the publications <literal>mypubclication </literal> and
145
+ the publications <literal>mypublication </literal> and
146
146
<literal>insert_only</literal> and starts replicating immediately on
147
147
commit:
148
148
<programlisting>
Original file line number Diff line number Diff line change @@ -1539,7 +1539,7 @@ CREATE TABLE measurement_year_month (
1539
1539
CREATE TABLE cities (
1540
1540
city_id bigserial not null,
1541
1541
name text not null,
1542
- population bigint,
1542
+ population bigint
1543
1543
) PARTITION BY LIST (left(lower(name), 1));
1544
1544
</programlisting></para>
1545
1545
You can’t perform that action at this time.
0 commit comments