aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2018-02-12 11:38:06 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2018-02-12 11:39:25 -0300
commit80f021ef139affdb219ccef71fff283e8f91f112 (patch)
treea8cbf83f6281960b5f6460a15aadfa49ff2785b2
parent91389228a1007fa3845e29e17568e52ab1726d5d (diff)
downloadpostgresql-80f021ef139affdb219ccef71fff283e8f91f112.tar.gz
postgresql-80f021ef139affdb219ccef71fff283e8f91f112.zip
Add missing article
Noticed while reviewing nearby text
-rw-r--r--doc/src/sgml/ddl.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index bee1ebd7dbc..8c3be5b103c 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.
</para>