From: Alvaro Herrera Date: Mon, 12 Feb 2018 14:38:06 +0000 (-0300) Subject: Add missing article X-Git-Tag: REL_11_BETA1~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80f021ef139affdb219ccef71fff283e8f91f112;p=postgresql Add missing article Noticed while reviewing nearby text --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index bee1ebd7db..8c3be5b103 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3078,7 +3078,7 @@ CREATE TABLE measurement ( parent. Note that specifying bounds such that the new partition's values will overlap with those in one or more existing partitions will cause an error. Inserting data into the parent table that does not map - to one of the existing partitions will cause an error; appropriate + to one of the existing partitions will cause an error; an appropriate partition must be added manually.