aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2024-01-15 11:50:44 -0500
committerRobert Haas <rhaas@postgresql.org>2024-01-15 11:50:44 -0500
commit237d01139b8a2ad26036d9025ae8e8e99b53e08c (patch)
treeaff65d40c0c38c0d238e28bdf7061108a0deeda1 /doc/src
parentfe093994db4dc5dcc239f8839b094c0b75de00cf (diff)
downloadpostgresql-237d01139b8a2ad26036d9025ae8e8e99b53e08c.tar.gz
postgresql-237d01139b8a2ad26036d9025ae8e8e99b53e08c.zip
Fix typos.
Alexander Lakhin Discussion: http://postgr.es/m/212b0987-83e5-e2ae-c5e8-b8170fdaf3a0@gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 0f7d409e601..210c7c0b024 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -26578,7 +26578,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
record that it has consumed, which must always be greater than or
equal to <literal>summarized_lsn</literal>; if the WAL summarizer is
not running, it will be equal to <literal>summarized_lsn</literal>.
- <literal>summarized_pid</literal> is the PID of the WAL summarizer
+ <literal>summarizer_pid</literal> is the PID of the WAL summarizer
process, if it is running, and otherwise NULL.
</para></entry>
</row>