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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy