Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f116356

Browse files
committed
doc: clarify which table creation is used for inheritance part.
Previously people might assume that the partition syntax version of CREATE TABLE is to be used for the inheritance partition table example; mention that the non-partitioned version should be used. Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: 10
1 parent 3ee692d commit f116356

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
@@ -3548,8 +3548,8 @@ ALTER INDEX measurement_city_id_logdate_key
35483548
<title>Example</title>
35493549

35503550
<para>
3551-
We use the same <structname>measurement</structname> table we used
3552-
above. To implement partitioning using inheritance, use
3551+
We use the non-partitioned <structname>measurement</structname>
3552+
table above. To implement partitioning using inheritance, use
35533553
the following steps:
35543554

35553555
<orderedlist spacing="compact">

0 commit comments

Comments
 (0)