8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363ac78 commit 68f3dbcCopy full SHA for 68f3dbc
doc/src/sgml/ref/create_subscription.sgml
@@ -142,7 +142,7 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
142
143
<para>
144
Create a subscription to a remote server that replicates tables in
145
- the publications <literal>mypubclication</literal> and
+ the publications <literal>mypublication</literal> and
146
<literal>insert_only</literal> and starts replicating immediately on
147
commit:
148
<programlisting>
doc/src/sgml/ref/create_table.sgml
@@ -1539,7 +1539,7 @@ CREATE TABLE measurement_year_month (
1539
CREATE TABLE cities (
1540
city_id bigserial not null,
1541
name text not null,
1542
- population bigint,
+ population bigint
1543
) PARTITION BY LIST (left(lower(name), 1));
1544
</programlisting></para>
1545
0 commit comments