Make partitions automatically inherit OIDs.
Robert Haas <rhaas@postgresql.org>
Make partitions automatically inherit OIDs. Previously, if the parent was specified as WITH OIDS, each child also had to be explicitly specified as WITH OIDS. Amit Langote, per a report from Simon Riggs. Some additional work on the documentation changes by me. Discussion: http://postgr.es/m/CANP8+jJBpWocfKrbJcaf3iBt9E3U=WPE_NC8YE6rye+YJ1sYnQ@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ddl.sgml | modified | +0 −8 |
| doc/src/sgml/ref/create_table.sgml | modified | +17 −17 |
| src/backend/commands/tablecmds.c | modified | +8 −13 |
| src/test/regress/expected/create_table.out | modified | +13 −5 |
| src/test/regress/sql/create_table.sql | modified | +6 −4 |
Documentation touched
Discussion
- Documentation improvements for partitioning 71 messages · 2017-02-03 → 2017-04-04