diff options
author | Kevin Grittner <kgrittn@postgresql.org> | 2013-06-07 08:04:22 -0500 |
---|---|---|
committer | Kevin Grittner <kgrittn@postgresql.org> | 2013-06-07 08:04:22 -0500 |
commit | 734fbbd1d2d1babfbd195414e2445024ad549ae3 (patch) | |
tree | 96a66fd7c1d067214e529390d08494b667dd180c /doc/src | |
parent | 7b1e893acd4b7637de93631781f82e0f6834b621 (diff) | |
download | postgresql-734fbbd1d2d1babfbd195414e2445024ad549ae3.tar.gz postgresql-734fbbd1d2d1babfbd195414e2445024ad549ae3.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index ec5232c91a0..e638a8fcb1a 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5024,7 +5024,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> |