From 5822bf21d50eb3a4938066951727294e3d33ca6c Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Fri, 11 Apr 2025 10:05:32 -0500 Subject: [PATCH] Add missing space in pg_restore documentation. Oversight in commit 1495eff7bd. --- doc/src/sgml/ref/pg_restore.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index f14e5866f6c..0ba68ad5305 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -55,7 +55,7 @@ PostgreSQL documentation If a database name is specified, pg_restore connects to that database and restores archive contents directly into the database. - When restoring from a dump made bypg_dumpall, + When restoring from a dump made by pg_dumpall, each database will be created and then the restoration will be run in that database. -- 2.39.5