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
pull/4/head
Kevin Grittner 13 years ago
parent 7b1e893acd
commit 734fbbd1d2
  1. 2
      doc/src/sgml/catalogs.sgml

@ -5024,7 +5024,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>

Loading…
Cancel
Save