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 734fbbd1d2 to 8.4
REL8_4_STABLE
Kevin Grittner 13 years ago
parent 60482b75bc
commit 54f68364e4
  1. 2
      doc/src/sgml/catalogs.sgml

@ -3897,7 +3897,7 @@
<entry><structfield>ev_attr</structfield></entry> <entry><structfield>ev_attr</structfield></entry>
<entry><type>int2</type></entry> <entry><type>int2</type></entry>
<entry></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> indicate the whole table)</entry>
</row> </row>

Loading…
Cancel
Save