]> granicus.if.org Git - postgresql/commitdiff
doc: Improve markup
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Mar 2017 12:33:32 +0000 (08:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
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 ] <replaceable class="PARAMETER">name</replaceable>
    </varlistentry>
 
    <varlistentry>
-    <term><literal>ATTACH PARTITION</literal> <replaceable class="PARAMETER">partition_name</replaceable> FOR VALUES <replaceable class="PARAMETER">partition_bound_spec</replaceable></term>
+    <term><literal>ATTACH PARTITION <replaceable class="PARAMETER">partition_name</replaceable> FOR VALUES <replaceable class="PARAMETER">partition_bound_spec</replaceable></literal></term>
     <listitem>
      <para>
       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
    </varlistentry>
 
    <varlistentry>
-    <term><literal>PARTITION OF <replaceable class="PARAMETER">parent_table</replaceable></literal> FOR VALUES <replaceable class="PARAMETER">partition_bound_spec</replaceable></term>
+    <term><literal>PARTITION OF <replaceable class="PARAMETER">parent_table</replaceable> FOR VALUES <replaceable class="PARAMETER">partition_bound_spec</replaceable></literal></term>
     <listitem>
      <para>
       Creates the table as <firstterm>partition</firstterm> of the specified