projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b747010
)
doc: Fix typo
author
Peter Eisentraut
Tue, 13 Jun 2017 15:28:52 +0000
(11:28 -0400)
committer
Peter Eisentraut
Tue, 13 Jun 2017 15:28:52 +0000
(11:28 -0400)
Author: Julien Rouhaud
doc/src/sgml/brin.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/brin.sgml
b/doc/src/sgml/brin.sgml
index ad11109775f396dccc9ff27c96dc8bf7f88ecf90..8dcc29925bc9ac192fe14ab68a28afbb6eda5f0a 100644
(file)
--- a/
doc/src/sgml/brin.sgml
+++ b/
doc/src/sgml/brin.sgml
@@
-81,7
+81,7
@@
occur. (This last trigger is disabled by default and can be enabled
with the
autosummarize
parameter.)
Conversely, a range can be de-summarized using the
-
brin_desummarize_range(regclass, bigint)
range
,
+
brin_desummarize_range(regclass, bigint)
function
,
which is useful when the index tuple is no longer a very good
representation because the existing values have changed.