Commit f955d7ee authored by Robert Haas's avatar Robert Haas

Documentation updates for partitioning.

Takayuki Tsunakawa

Discussion: http://postgr.es/m/0A3221C70F24FB45833433255569204D1F965627@G01JPEXMBYT05
parent 659442e4
...@@ -4823,8 +4823,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l ...@@ -4823,8 +4823,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
<entry><type>char</type></entry> <entry><type>char</type></entry>
<entry></entry> <entry></entry>
<entry> <entry>
Partitioning strategy; <literal>l</literal> = list partitioned table, Partitioning strategy; <literal>h</literal> = hash partitioned table,
<literal>r</literal> = range partitioned table <literal>l</literal> = list partitioned table, <literal>r</literal> = range partitioned table
</entry> </entry>
</row> </row>
......
...@@ -408,9 +408,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM ...@@ -408,9 +408,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
<para> <para>
Rows inserted into a partitioned table will be automatically routed to Rows inserted into a partitioned table will be automatically routed to
the correct partition. If no suitable partition exists, an error will the correct partition. If no suitable partition exists, an error will
occur. Also, if updating a row in a given partition would require it occur.
to move to another partition due to new partition key values, an error
will occur.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment