Minor edit to src/bin/pg_upgrade/IMPLEMENTAION

Started by Gurjeet Singhover 2 years ago2 messages
#1Gurjeet Singh
gurjeet@singh.im
1 attachment(s)

The attached patch adds the word 'databases' to show that template0,
template1 and postgres are databases in a default installation.

Best regards,
Gurjeet
http://Gurje.et

Attachments:

pg_upgrade.implementation.diffapplication/octet-stream; name=pg_upgrade.implementation.diffDownload
diff --git a/src/bin/pg_upgrade/IMPLEMENTATION b/src/bin/pg_upgrade/IMPLEMENTATION
index 229399a45a..f47deee90c 100644
--- a/src/bin/pg_upgrade/IMPLEMENTATION
+++ b/src/bin/pg_upgrade/IMPLEMENTATION
@@ -48,9 +48,9 @@ HOW IT WORKS
 To use pg_upgrade during an upgrade, start by installing a fresh
 cluster using the newest version in a new directory. When you've
 finished installation, the new cluster will contain the new executables
-and the usual template0, template1, and postgres, but no user-defined
-tables. At this point, you can shut down the old and new postmasters and
-invoke pg_upgrade.
+and the usual template0, template1, and postgres databases, but no
+user-defined tables. At this point, you can shut down the old and new
+postmasters and invoke pg_upgrade.
 
 When pg_upgrade starts, it ensures that all required executables are
 present and contain the expected version numbers. The verification
#2Michael Paquier
michael@paquier.xyz
In reply to: Gurjeet Singh (#1)
Re: Minor edit to src/bin/pg_upgrade/IMPLEMENTAION

On Mon, Oct 09, 2023 at 09:55:29PM -0700, Gurjeet Singh wrote:

The attached patch adds the word 'databases' to show that template0,
template1 and postgres are databases in a default installation.

+1.
--
Michael