]> granicus.if.org Git - postgresql/commitdiff
doc: Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Jun 2017 15:28:52 +0000 (11:28 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 13 Jun 2017 15:28:52 +0000 (11:28 -0400)
Author: Julien Rouhaud <julien.rouhaud@dalibo.com>

doc/src/sgml/brin.sgml

index ad11109775f396dccc9ff27c96dc8bf7f88ecf90..8dcc29925bc9ac192fe14ab68a28afbb6eda5f0a 100644 (file)
@@ -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>