doc: clarify which table creation is used for inheritance part.

Bruce Momjian <bruce@momjian.us>

Commit: 690e4648719183b0527b6c20a87798e5bd6282e4
Author: Bruce Momjian <bruce@momjian.us>
Date: 2020-03-31T21:07:43Z
Releases: 10.13
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: mib@nic.at

Discussion: https://postgr.es/m/158089540905.1098.15071165437284409576@wrigleys.postgresql.org

Backpatch-through: 10

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +2 −2

Documentation touched