<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>
<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>