mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03: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 734fbbd1d2d1babfbd195414e2445024ad549ae3 to 8.4
This commit is contained in:
parent
58855fbf10
commit
cd4fe9514f
@ -4751,7 +4751,7 @@
|
|||||||
<entry><structfield>ev_attr</structfield></entry>
|
<entry><structfield>ev_attr</structfield></entry>
|
||||||
<entry><type>int2</type></entry>
|
<entry><type>int2</type></entry>
|
||||||
<entry></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>
|
indicate the whole table)</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user