summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2013-06-07 09:13:39 -0500
committerKevin Grittner <kgrittn@postgresql.org>2013-06-07 09:13:39 -0500
commit88ce29a91a229e6ac9cbe56da5742553446a7670 (patch)
treeeff9ec35ff26c0c72cbecd48f625e6a6a23510dc
parentc9d9a220a3e66988397ba4cce8c8d229ca55fadf (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.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 2f4db2c0136..98324fd86c9 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -4158,7 +4158,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>