Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f955d7e

Browse files
committed
Documentation updates for partitioning.
Takayuki Tsunakawa Discussion: http://postgr.es/m/0A3221C70F24FB45833433255569204D1F965627@G01JPEXMBYT05
1 parent 659442e commit f955d7e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/src/sgml/catalogs.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4823,8 +4823,8 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
48234823
<entry><type>char</type></entry>
48244824
<entry></entry>
48254825
<entry>
4826-
Partitioning strategy; <literal>l</literal> = list partitioned table,
4827-
<literal>r</literal> = range partitioned table
4826+
Partitioning strategy; <literal>h</literal> = hash partitioned table,
4827+
<literal>l</literal> = list partitioned table, <literal>r</literal> = range partitioned table
48284828
</entry>
48294829
</row>
48304830

doc/src/sgml/ref/create_table.sgml

+1-3
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
408408
<para>
409409
Rows inserted into a partitioned table will be automatically routed to
410410
the correct partition. If no suitable partition exists, an error will
411-
occur. Also, if updating a row in a given partition would require it
412-
to move to another partition due to new partition key values, an error
413-
will occur.
411+
occur.
414412
</para>
415413

416414
<para>

0 commit comments

Comments
 (0)