aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-13 11:28:52 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-13 11:28:52 -0400
commit506b565831e6c88666c18a467377c2f98066ccac (patch)
treeee2b5a753c489404bdc3df294c799a07849a7418
parentb74701043e396a93f1f18098044741daaf75f761 (diff)
downloadpostgresql-506b565831e6c88666c18a467377c2f98066ccac.tar.gz
postgresql-506b565831e6c88666c18a467377c2f98066ccac.zip
doc: Fix typo
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>
-rw-r--r--doc/src/sgml/brin.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index ad11109775f..8dcc29925bc 100644
--- 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 <literal>autosummarize</literal> parameter.)
Conversely, a range can be de-summarized using the
- <function>brin_desummarize_range(regclass, bigint)</function> range,
+ <function>brin_desummarize_range(regclass, bigint)</function> function,
which is useful when the index tuple is no longer a very good
representation because the existing values have changed.
</para>