summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2016-03-17 20:17:04 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2016-03-17 20:17:04 -0300
commit853d40b60e593d81c01c3d5f3be289e05189b292 (patch)
tree99a0359d8b474921766272d8c30dab43b45b5c77
parente52e22d93233e46b308c9bb778d17cf9bc5b0970 (diff)
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
-rw-r--r--doc/src/sgml/brin.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index 0883b9a0efc..245ec5d32ac 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
- <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>