Add missing space in pg_restore documentation.
authorNathan Bossart
Fri, 11 Apr 2025 15:05:32 +0000 (10:05 -0500)
committerNathan Bossart
Fri, 11 Apr 2025 15:05:32 +0000 (10:05 -0500)
Oversight in commit 1495eff7bd.

doc/src/sgml/ref/pg_restore.sgml

index f14e5866f6c838114bea649e61a1412e148ae8fe..0ba68ad5305c594d86af430be9646ac40c5c4732 100644 (file)
@@ -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.