8000 Correct the documentation of pg_rewrite.ev_attr. · sqlparser/postgres@88ce29a · GitHub
[go: up one dir, main page]

Skip to content

Commit 88ce29a

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 c9d9a22 commit 88ce29a

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
@@ -4158,7 +4158,7 @@
41584158
<entry><structfield>ev_attr</structfield></entry>
41594159
<entry><type>int2</type></entry>
41604160
<entry></entry>
4161-
<entry>The column this rule is for (currently, always zero to
4161+
<entry>The column this rule is for (currently, always -1 to
41624162
indicate the whole table)</entry>
41634163
</row>
41644164

0 commit comments

Comments
 (0)
0