8000 doc: Fix typos · intobs/postgres@68f3dbc · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68f3dbc

Browse files
committed
doc: Fix typos
From: Thom Brown <thom@linux.com>
1 parent 363ac78 commit 68f3dbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/create_subscription.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

doc/src/sgml/ref/create_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ CREATE TABLE measurement_year_month (
15391539
CREATE 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

0 commit comments

Comments
 (0)
0