Documentation updates for partitioning.
authorRobert Haas <rhaas@postgresql.org>
Mon, 7 May 2018 13:48:47 +0000 (09:48 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 7 May 2018 13:48:47 +0000 (09:48 -0400)
Takayuki Tsunakawa

Discussion: http://postgr.es/m/0A3221C70F24FB45833433255569204D1F965627@G01JPEXMBYT05

doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/create_table.sgml

index 26984b6cba19dc83fa5cda671b72bead87899f6c..969ba1bca4ec0c4bbc73bfb8adc332c7d672242c 100644 (file)
@@ -4823,8 +4823,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
       <entry><type>char</type></entry>
       <entry></entry>
       <entry>
-       Partitioning strategy; <literal>l</literal> = list partitioned table,
-       <literal>r</literal> = range partitioned table
+       Partitioning strategy; <literal>h</literal> = hash partitioned table,
+       <literal>l</literal> = list partitioned table, <literal>r</literal> = range partitioned table
       </entry>
      </row>
 
index 763b4f573c826101cb31594a17c419f2ce131a05..2a1eac9592b19e40eaefc2125896d73e391daaee 100644 (file)
@@ -408,9 +408,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
      <para>
       Rows inserted into a partitioned table will be automatically routed to
       the correct partition.  If no suitable partition exists, an error will
-      occur.  Also, if updating a row in a given partition would require it
-      to move to another partition due to new partition key values, an error
-      will occur.
+      occur.
      </para>
 
      <para>