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
142142
143143 <para>
144144 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
146146 <literal>insert_only</literal> and starts replicating immediately on
147147 commit:
148148<programlisting>
Original file line number Diff line number Diff line change @@ -1539,7 +1539,7 @@ CREATE TABLE measurement_year_month (
15391539CREATE TABLE cities (
15401540 city_id bigserial not null,
15411541 name text not null,
1542- population bigint,
1542+ population bigint
15431543) PARTITION BY LIST (left(lower(name), 1));
15441544</programlisting></para>
15451545
You can’t perform that action at this time.
0 commit comments