doc: clarify create database in start docs uses command line
authorBruce Momjian <[email protected]>
Mon, 19 Aug 2024 23:22:10 +0000 (19:22 -0400)
committerBruce Momjian <[email protected]>
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

Back-through: master

doc/src/sgml/start.sgml

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