]> granicus.if.org Git - postgresql/commitdiff
Add missing article
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Feb 2018 14:38:06 +0000 (11:38 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Feb 2018 14:48:28 +0000 (11:48 -0300)
Noticed while reviewing nearby text

doc/src/sgml/ddl.sgml

index 0bed5b9a479b1e5ee8079dd6bb6672cde4759722..a1b1ec7bf588bc4197483c55e9288c84ff24dbfa 100644 (file)
@@ -3061,7 +3061,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.
       </para>