doc: Fix typos

Author: Justin Pryzby <pryzby@telsasoft.com>
This commit is contained in:
Peter Eisentraut 2018-07-05 22:52:19 +02:00
parent fbbe29ba66
commit b1def471d5

View File

@ -3415,7 +3415,7 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
define any check constraints on this table, unless you intend them define any check constraints on this table, unless you intend them
to be applied equally to all partitions. There is no point in to be applied equally to all partitions. There is no point in
defining any indexes or unique constraints on it, either. For our 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. table as originally defined.
</para> </para>
</listitem> </listitem>