mirror of
https://github.com/postgres/postgres.git
synced 2025-05-15 19:15:29 +03:00
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.