Make partitions automatically inherit OIDs.

Robert Haas <rhaas@postgresql.org>

Commit: a3dc8e495b4967fe07086a700d115c89f4f0add0
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-02-19T15:59:27Z
Releases: 10.0
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

Documentation touched

Discussion