From: Daniel Gustafsson Date: Thu, 27 Nov 2025 08:25:56 +0000 (+0100) Subject: doc: Fix typo in pg_dump documentation X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e396a18f32e1a174be2492a83e7a8bfce568e6ab;p=users%2Frhaas%2Fpostgres.git doc: Fix typo in pg_dump documentation Reported-by: Erik Rijkers Reviewed-by: Chao Li Discussion: https://postgr.es/m/7596672c-43e8-a030-0850-2dd09af98cac@xs4all.nl --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index bd0d59a6ac..688e23c0e9 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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 pg_dump unless the directory - exist and is empty. + exists and is empty.