Have CREATE TABLE LIKE add OID column if any LIKEd table has one

Bruce Momjian <bruce@momjian.us>

Commit: b943f502b788a3708ca660785fd14a4ee938fdcd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2015-10-06T01:19:16Z
Releases: 9.6.0
Have CREATE TABLE LIKE add OID column if any LIKEd table has one

Also, process constraints for LIKEd tables at the end so an OID column
can be referenced in a constraint.

Report by Tom Lane

Files