diff options
author | Kevin Grittner | 2013-06-07 14:18:57 +0000 |
---|---|---|
committer | Kevin Grittner | 2013-06-07 14:18:57 +0000 |
commit | 54f68364e4992c6335fbca1fb83c1be8947c3c31 (patch) | |
tree | ff13602dc3144296610d8db219dfdd2bfddbd7d6 | |
parent | 60482b75bcfe51e84c27bfa7214ae98b2e38acc4 (diff) |
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
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 6381d4e0446..27e46c8ef43 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -3897,7 +3897,7 @@ <entry><structfield>ev_attr</structfield></entry> <entry><type>int2</type></entry> <entry></entry> - <entry>The column this rule is for (currently, always zero to + <entry>The column this rule is for (currently, always -1 to indicate the whole table)</entry> </row> |