2 doc typos
Started by Thom Brownalmost 9 years ago2 messages
Hi,
Please find attached a patch to fix 2 typos.
1) s/mypubclication/mypublication/
2) Removed trailing comma from last column definition in example.
Thanks
Thom
Attachments:
typo_corrections.difftext/plain; charset=US-ASCII; name=typo_corrections.diffDownload
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index 59e5ad0..250806f 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -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>
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index e0f7cd9..41c08bb 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -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>
Re: 2 doc typos
On 2/16/17 09:38, Thom Brown wrote:
Please find attached a patch to fix 2 typos.
1) s/mypubclication/mypublication/
2) Removed trailing comma from last column definition in example.
committed, thanks
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers