projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b1e893
)
Correct the documentation of pg_rewrite.ev_attr.
author
Kevin Grittner
<kgrittn@postgresql.org>
Fri, 7 Jun 2013 13:04:22 +0000
(08:04 -0500)
committer
Kevin Grittner
<kgrittn@postgresql.org>
Fri, 7 Jun 2013 13:04:22 +0000
(08:04 -0500)
It claimed the value was always zero; it is really always -1.
Per report from Hari Babu
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index ec5232c91a09288d29a9a8704e7c11cc3d9de4c5..e638a8fcb1a5012d446f15710e98fd9831e30147 100644
(file)
--- 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>