From 277607d600fb71e25082b94302ca1716403cd0bc Mon Sep 17 00:00:00 2001 From: Kevin Grittner Date: Thu, 5 Sep 2013 14:03:43 -0500 Subject: Eliminate pg_rewrite.ev_attr column and related dead code. Commit 95ef6a344821655ce4d0a74999ac49dd6af6d342 removed the ability to create rules on an individual column as of 7.3, but left some residual code which has since been useless. This cleans up that dead code without any change in behavior other than dropping the useless column from the catalog. --- doc/src/sgml/catalogs.sgml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 67157829fdf..9af4697a47b 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5038,14 +5038,6 @@ The table this rule is for - - ev_attr - int2 - - The column this rule is for (currently, always -1 to - indicate the whole table) - - ev_type char -- cgit v1.2.3