summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-07-05 22:52:19 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-07-05 22:52:19 +0200
commitb1def471d5a24648c1c5005da182c74a828ae2f6 (patch)
tree7b2e13339ef9d72b30fdd51203bcd95a57a664d9 /doc/src
parentfbbe29ba66d0d707977f17f6194be6d6ad8c3888 (diff)
doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
Diffstat (limited to 'doc/src')
-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 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 <structname>measurement</structname>
+ example, the master table is the <structname>measurement</structname>
table as originally defined.
</para>
</listitem>