Correct the documentation of pg_rewrite.ev_attr.
authorKevin Grittner <kgrittn@postgresql.org>
Fri, 7 Jun 2013 13:04:22 +0000 (08:04 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Fri, 7 Jun 2013 13:04:22 +0000 (08:04 -0500)
It claimed the value was always zero; it is really always -1.

Per report from Hari Babu

doc/src/sgml/catalogs.sgml

index ec5232c91a09288d29a9a8704e7c11cc3d9de4c5..e638a8fcb1a5012d446f15710e98fd9831e30147 100644 (file)
       <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>