]> granicus.if.org Git - postgresql/commit
Make partitions automatically inherit OIDs.
authorRobert Haas <rhaas@postgresql.org>
Sun, 19 Feb 2017 15:59:27 +0000 (21:29 +0530)
committerRobert Haas <rhaas@postgresql.org>
Sun, 19 Feb 2017 15:59:27 +0000 (21:29 +0530)
commita3dc8e495b4967fe07086a700d115c89f4f0add0
tree19be799baaa0cc1339a1fca7635be4c308b39e9f
parent0414b26bac09379a4cbf1fbd847d1cee2293c5e4
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
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/create_table.sgml
src/backend/commands/tablecmds.c
src/test/regress/expected/create_table.out
src/test/regress/sql/create_table.sql