diff options
| author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-11-27 09:25:56 +0100 |
|---|---|---|
| committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-11-27 09:25:56 +0100 |
| commit | e396a18f32e1a174be2492a83e7a8bfce568e6ab (patch) | |
| tree | 0a67aad37d649a5b94f317d312e03bb579245c66 | |
| parent | e7075a3405cc831128a71e83b2e39d464aa67fe8 (diff) | |
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
| -rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <command>pg_dump</command> unless the directory - exist and is empty. + exists and is empty. </para> </listitem> </varlistentry> |
