mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 08:09:18 -04:00
0c06534bd6
Prefer to use phrases like "child" instead of "partition" when describing the legacy inheritance-based partitioning. The word "partition" now has a fixed meaning for the built-in partitioning, so keeping it out of the documentation of the old method makes things clearer. Author: Justin Pryzby <pryzby@telsasoft.com>