Skip to content

Commit 8af3f27

Browse files
committed
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 734fbbd to 8.4
1 parent ca65666 commit 8af3f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4589,7 +4589,7 @@
45894589
<entry><structfield>ev_attr</structfield></entry>
45904590
<entry><type>int2</type></entry>
45914591
<entry></entry>
4592-
<entry>The column this rule is for (currently, always zero to
4592+
<entry>The column this rule is for (currently, always -1 to
45934593
indicate the whole table)</entry>
45944594
</row>
45954595

0 commit comments

Comments
 (0)