diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-03-17 20:17:04 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2016-03-17 20:17:04 -0300 |
commit | 696684d878747a1a5cfae01887404629c40c09dd (patch) | |
tree | a187f0332eb4616c684c63f4bbbf5c2cba3ae456 | |
parent | bd0ab28912d7502b237b8aeb95d052abe4ff6bc6 (diff) | |
download | postgresql-696684d878747a1a5cfae01887404629c40c09dd.tar.gz postgresql-696684d878747a1a5cfae01887404629c40c09dd.zip |
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.sgml | 2 |
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> |