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

Commit51a1c77

Browse files
committed
doc: clarify which table creation is used for inheritance part.
Previously people might assume that the partition syntax version ofCREATE TABLE is to be used for the inheritance partition table example;mention that the non-partitioned version should be used.Reported-by: mib@nic.atDiscussion:https://postgr.es/m/158089540905.1098.15071165437284409576@wrigleys.postgresql.orgBackpatch-through: 10
1 parent6c426cd commit51a1c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4104,8 +4104,8 @@ ALTER INDEX measurement_city_id_logdate_key
41044104
<title>Example</title>
41054105

41064106
<para>
4107-
We use thesame <structname>measurement</structname> table we used
4108-
above. To implement partitioning using inheritance, use
4107+
We use thenon-partitioned <structname>measurement</structname>
4108+
tableabove. To implement partitioning using inheritance, use
41094109
the following steps:
41104110

41114111
<orderedlist spacing="compact">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp