1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-28 11:44:57 +03:00

doc: Fix typo in pg_dump documentation

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
This commit is contained in:
Daniel Gustafsson
2025-11-27 09:25:56 +01:00
parent e7075a3405
commit e396a18f32

View 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>