aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2013-06-07 08:04:22 -0500
committerKevin Grittner <kgrittn@postgresql.org>2013-06-07 08:04:22 -0500
commit734fbbd1d2d1babfbd195414e2445024ad549ae3 (patch)
tree96a66fd7c1d067214e529390d08494b667dd180c /doc/src
parent7b1e893acd4b7637de93631781f82e0f6834b621 (diff)
downloadpostgresql-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.sgml2
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>