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

Commit690e464

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 parentb8c651b commit690e464

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
@@ -3494,8 +3494,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
34943494
<title>Example</title>
34953495

34963496
<para>
3497-
We use thesame <structname>measurement</structname> table we used
3498-
above. To implementit as a partitioned table using inheritance, use
3497+
We use thenon-partitioned <structname>measurement</structname>
3498+
tableabove. To implementpartitioning using inheritance, use
34993499
the following steps:
35003500

35013501
<orderedlist spacing="compact">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp