From: Peter Eisentraut Date: Tue, 21 Mar 2017 12:33:32 +0000 (-0400) Subject: doc: Improve markup X-Git-Tag: REL_10_BETA1~577 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=010505546a343820f291e0e298673108e436c696;p=postgresql.git doc: Improve markup --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 077c00373d1..767ea321da7 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -722,7 +722,7 @@ ALTER TABLE [ IF EXISTS ] name - ATTACH PARTITION partition_name FOR VALUES partition_bound_spec + ATTACH PARTITION partition_name FOR VALUES partition_bound_spec This form attaches an existing table (which might itself be partitioned) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index bb081ff86f5..9ed25c05dab 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -248,7 +248,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI - PARTITION OF parent_table FOR VALUES partition_bound_spec + PARTITION OF parent_table FOR VALUES partition_bound_spec Creates the table as partition of the specified