Commit 68f3dbc5 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Fix typos

From: Thom Brown <thom@linux.com>
parent 363ac78a
......@@ -142,7 +142,7 @@ CREATE SUBSCRIPTION <replaceable class="PARAMETER">subscription_name</replaceabl
<para>
Create a subscription to a remote server that replicates tables in
the publications <literal>mypubclication</literal> and
the publications <literal>mypublication</literal> and
<literal>insert_only</literal> and starts replicating immediately on
commit:
<programlisting>
......
......@@ -1539,7 +1539,7 @@ CREATE TABLE measurement_year_month (
CREATE TABLE cities (
city_id bigserial not null,
name text not null,
population bigint,
population bigint
) PARTITION BY LIST (left(lower(name), 1));
</programlisting></para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment