From e2d156fa6e8a72fe36b956ea12f2eb09c9320792 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 30 Aug 2002 19:23:20 +0000 Subject: 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. --- doc/src/sgml/catalogs.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index a27441a4090..d1f6f9f3efb 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -1,6 +1,6 @@ @@ -821,6 +821,16 @@ + + attisinherited + bool + + + This column is inherited from some other relation. An inherited + column cannot be dropped nor renamed. + + + -- cgit v1.2.3