From e396a18f32e1a174be2492a83e7a8bfce568e6ab Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 27 Nov 2025 09:25:56 +0100 Subject: [PATCH] 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 --- doc/src/sgml/ref/pg_dump.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index bd0d59a6ac0..688e23c0e90 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.