doc: Fix typo
authorPeter Eisentraut
Tue, 13 Jun 2017 15:28:52 +0000 (11:28 -0400)
committerPeter Eisentraut
Tue, 13 Jun 2017 15:28:52 +0000 (11:28 -0400)
Author: Julien Rouhaud 

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 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.