diff options
author | Alvaro Herrera | 2018-03-12 15:58:35 +0000 |
---|---|---|
committer | Alvaro Herrera | 2018-03-12 15:58:35 +0000 |
commit | 3beb46ae8118f64d94518ba105b5e5c79e2ce194 (patch) | |
tree | 1f466d3ac480cf841ed50815a7cfc6aa41821821 | |
parent | c4af6960e3d82968c51995937c12bd4885183caa (diff) |
docs: Fix typo: a -> an
David Rowley
-rw-r--r-- | doc/src/sgml/ddl.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 70d5a126bd8..3a54ba9d5a7 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3308,7 +3308,7 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02 <itemizedlist> <listitem> <para> - There is no way to create a + There is no way to create an exclusion constraint spanning all partitions; it is only possible to constrain each leaf partition individually. </para> |