doc: clarify create database in start docs uses command line
authorBruce Momjian
Mon, 19 Aug 2024 23:22:10 +0000 (19:22 -0400)
committerBruce Momjian
Mon, 19 Aug 2024 23:22:10 +0000 (19:22 -0400)
Reported-by: [email protected]
Discussion: https://postgr.es/m/172251463564.915373.17748961617119647662@wrigleys.postgresql.org

Backpatch-through: master

doc/src/sgml/start.sgml

index f4ae1d0fcf781df6c68816b9f19565432f69fce7..0263a70059144e8d9d46a82c10daddee527fd61b 100644 (file)
    
 
    
-    To create a new database, in this example named
+    To create a new database from the command line, in this example named
     mydb, you use the following command:
 
 $ createdb mydb