doc: Fix typo in pg_dump documentation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 27 Nov 2025 08:25:56 +0000 (09:25 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 27 Nov 2025 08:25:56 +0000 (09:25 +0100)
Reported-by: Erik Rijkers <er@xs4all.nl>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/7596672c-43e8-a030-0850-2dd09af98cac@xs4all.nl

doc/src/sgml/ref/pg_dump.sgml

index bd0d59a6ac0bebe5b9b656bedf65c3d5ac28ea44..688e23c0e908b396862b02e09eb76ee01be9ae7e 100644 (file)
@@ -298,7 +298,7 @@ PostgreSQL documentation
         It must be given for the directory output format however, where it
         specifies the target directory instead of a file. In this case the
         directory is created by <command>pg_dump</command> unless the directory
-        exist and is empty.
+        exists and is empty.
        </para>
       </listitem>
      </varlistentry>