doc: Improve markup
authorPeter Eisentraut
Tue, 21 Mar 2017 12:33:32 +0000 (08:33 -0400)
committerPeter Eisentraut
Tue, 21 Mar 2017 12:33:46 +0000 (08:33 -0400)
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_table.sgml

index 077c00373d1dbd8c89a9aa721cd7e279a068bba2..767ea321da7701371d138044bfb5a4ec3df26b4f 100644 (file)
@@ -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)
index bb081ff86f5f37d5ab3fb831456ffba2b46b2096..9ed25c05dab79f2ab48946ff6e87b8d5da69fd24 100644 (file)
@@ -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