diff options
author | Kevin Grittner <kgrittn@postgresql.org> | 2013-06-07 09:24:07 -0500 |
---|---|---|
committer | Kevin Grittner <kgrittn@postgresql.org> | 2013-06-07 09:24:07 -0500 |
commit | 8af3f277b4f941404ae43251e23d6561f2250ebb (patch) | |
tree | 8a9ac15bedf85e8f7068495e7b8bb365fa4d552a | |
parent | ca6566612cfb2a4eb15d31aab5df312ebb786372 (diff) | |
download | postgresql-8af3f277b4f941404ae43251e23d6561f2250ebb.tar.gz postgresql-8af3f277b4f941404ae43251e23d6561f2250ebb.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
backpatch 734fbbd1d2d1babfbd195414e2445024ad549ae3 to 8.4
-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 c467c8bdae7..d115589c53c 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -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> |