doc: Fix typos
From: Thom Brown <thom@linux.com>
This commit is contained in:
parent
363ac78aee
commit
68f3dbc552
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user