doc: Improve documentation related to table partitioning feature.
Robert Haas <rhaas@postgresql.org>
doc: Improve documentation related to table partitioning feature. Commit f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63 implemented table partitioning, but failed to mention the "no row movement" restriction in the documentation. Fix that and a few other issues. Amit Langote, with some additional wordsmithing by me.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_table.sgml | modified | +2 −2 |
| doc/src/sgml/ref/create_table.sgml | modified | +13 −12 |
| doc/src/sgml/ref/insert.sgml | modified | +11 −0 |
| doc/src/sgml/ref/update.sgml | modified | +8 −0 |