From: Peter Eisentraut Date: Tue, 13 Jun 2017 15:28:52 +0000 (-0400) Subject: doc: Fix typo X-Git-Tag: REL_10_BETA2~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=506b565831e6c88666c18a467377c2f98066ccac;p=postgresql doc: Fix typo Author: Julien Rouhaud --- diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index ad11109775..8dcc29925b 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 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.