From: Alvaro Herrera Date: Thu, 17 Mar 2016 23:17:04 +0000 (-0300) Subject: docs: Fix typo'd brin_summarize_new_values X-Git-Tag: REL9_6_BETA1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=696684d878747a1a5cfae01887404629c40c09dd;p=postgresql docs: Fix typo'd brin_summarize_new_values I wrote "brin_summarize_new_pages" instead, in docs as well as in the commit message of commit ac443d1034d9. Bug: #14030 Reported-By: Chris Pacejo --- diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml index 0883b9a0ef..245ec5d32a 100644 --- a/doc/src/sgml/brin.sgml +++ b/doc/src/sgml/brin.sgml @@ -74,7 +74,7 @@ tuple; those tuples remain unsummarized until a summarization run is invoked later, creating initial summaries. This process can be invoked manually using the - brin_summarize_new_pages(regclass) function, + brin_summarize_new_values(regclass) function, or automatically when VACUUM processes the table.