From b1def471d5a24648c1c5005da182c74a828ae2f6 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 5 Jul 2018 22:52:19 +0200 Subject: [PATCH] doc: Fix typos Author: Justin Pryzby --- doc/src/sgml/ddl.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 3765547cd22..6eb07ad1e11 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -3415,7 +3415,7 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02 define any check constraints on this table, unless you intend them to be applied equally to all partitions. There is no point in defining any indexes or unique constraints on it, either. For our - example, master table is the measurement + example, the master table is the measurement table as originally defined.