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

Skip to content

Commit cd4fe95

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 58855fb commit cd4fe95

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
@@ -4751,7 +4751,7 @@
47514751
<entry><structfield>ev_attr</structfield></entry>
47524752
<entry><type>int2</type></entry>
47534753
<entry></entry>
4754-
<entry>The column this rule is for (currently, always zero to
4754+
<entry>The column this rule is for (currently, always -1 to
47554755
indicate the whole table)</entry>
47564756
</row>
47574757

0 commit comments

Comments
 (0)
0