mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Documentation updates for partitioning.
Takayuki Tsunakawa Discussion: http://postgr.es/m/0A3221C70F24FB45833433255569204D1F965627@G01JPEXMBYT05
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user