diff options
author | Robert Haas <rhaas@postgresql.org> | 2024-01-12 09:46:46 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2024-01-12 09:46:46 -0500 |
commit | 882887e9b458f533b301c36951c93dfdd37dccfc (patch) | |
tree | 534da85f54687a5430aa7048dd48687a8d585bd4 /doc/src | |
parent | 6780b79d5c580586ae6feb37b9c8b8bf33367886 (diff) | |
download | postgresql-882887e9b458f533b301c36951c93dfdd37dccfc.tar.gz postgresql-882887e9b458f533b301c36951c93dfdd37dccfc.zip |
Fix typo.
Noriyoshi Shinoda
Discussion: http://postgr.es/m/DM4PR84MB17347D9466419413698105D8EE6F2@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_walsummary.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_walsummary.sgml b/doc/src/sgml/ref/pg_walsummary.sgml index 93e265ead73..96835d2f605 100644 --- a/doc/src/sgml/ref/pg_walsummary.sgml +++ b/doc/src/sgml/ref/pg_walsummary.sgml @@ -58,7 +58,7 @@ PostgreSQL documentation <variablelist> <varlistentry> <term><option>-i</option></term> - <term><option>--indivudual</option></term> + <term><option>--individual</option></term> <listitem> <para> By default, <literal>pg_walsummary</literal> prints one line of output |