From cd4fe9514f31cb56a471b1f8b2380f4ff5fc2f91 Mon Sep 17 00:00:00 2001 From: Kevin Grittner Date: Fri, 7 Jun 2013 09:23:01 -0500 Subject: [PATCH] Correct the documentation of pg_rewrite.ev_attr. It claimed the value was always zero; it is really always -1. Per report from Hari Babu backpatch 734fbbd1d2d1babfbd195414e2445024ad549ae3 to 8.4 --- doc/src/sgml/catalogs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index c608830857a..945f5754cef 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -4751,7 +4751,7 @@ ev_attr int2 - The column this rule is for (currently, always zero to + The column this rule is for (currently, always -1 to indicate the whole table)