Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf955d7e

Browse files
committed
Documentation updates for partitioning.
Takayuki TsunakawaDiscussion:http://postgr.es/m/0A3221C70F24FB45833433255569204D1F965627@G01JPEXMBYT05
1 parent659442e commitf955d7e

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)

[8]ページ先頭

©2009-2025 Movatter.jp