Add attisinherited column to pg_attribute; use it to guard against

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e2d156fa6e8a72fe36b956ea12f2eb09c9320792
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-30T19:23:20Z
Releases: 7.3.1
Add attisinherited column to pg_attribute; use it to guard against
column additions, deletions, and renames that would let a child table
get out of sync with its parent.  Patch by Alvaro Herrera, with some
kibitzing by Tom Lane.

Files