summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorKevin Grittner2013-06-07 14:23:01 +0000
committerKevin Grittner2013-06-07 14:23:01 +0000
commitcd4fe9514f31cb56a471b1f8b2380f4ff5fc2f91 (patch)
tree9d80f06b8a086f047df55ca5ec3f78d1c78311e8 /doc/src
parent58855fbf105701cec8c5cbc65635447c00ccf711 (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
Diffstat (limited to 'doc/src')
-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 c608830857a..945f5754cef 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -4751,7 +4751,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>