]> granicus.if.org Git - postgresql/commitdiff
docs: Fix typo'd brin_summarize_new_values
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Mar 2016 23:17:04 +0000 (20:17 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 17 Mar 2016 23:17:04 +0000 (20:17 -0300)
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
doc/src/sgml/brin.sgml

index 0883b9a0efcc23bd02f902cc3a1694ef87a9fabf..245ec5d32ac75258a3815940df3a103d824c1e94 100644 (file)
@@ -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
-   <function>brin_summarize_new_pages(regclass)</function> function,
+   <function>brin_summarize_new_values(regclass)</function> function,
    or automatically when <command>VACUUM</command> processes the table.
   </para>
  </sect2>