mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
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
This commit is contained in:
parent
ca6566612c
commit
8af3f277b4
1 changed files with 1 additions and 1 deletions
|
|
@ -4589,7 +4589,7 @@
|
|||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue