projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914ea1c
)
Add missing space in pg_restore documentation.
author
Nathan Bossart
<
[email protected]
>
Fri, 11 Apr 2025 15:05:32 +0000
(10:05 -0500)
committer
Nathan Bossart
<
[email protected]
>
Fri, 11 Apr 2025 15:05:32 +0000
(10:05 -0500)
Oversight in commit
1495eff7bd
.
doc/src/sgml/ref/pg_restore.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_restore.sgml
b/doc/src/sgml/ref/pg_restore.sgml
index f14e5866f6c838114bea649e61a1412e148ae8fe..0ba68ad5305c594d86af430be9646ac40c5c4732 100644
(file)
--- 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, <application>pg_restore</application>
connects to that database and restores archive contents directly into
the database.
- When restoring from a dump made by<application>pg_dumpall</application>,
+ When restoring from a dump made by
<application>pg_dumpall</application>,
each database will be created and then the restoration will be run in that
database.