Skip to content

Commit cf3bb26

Browse files
committed
doc: clarify create database in start docs uses command line
Reported-by: vrms@netcologne.de Discussion: https://postgr.es/m/172251463564.915373.17748961617119647662@wrigleys.postgresql.org Backpatch-through: master
1 parent 6467993 commit cf3bb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/start.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</para>
149149

150150
<para>
151-
To create a new database, in this example named
151+
To create a new database from the command line, in this example named
152152
<literal>mydb</literal>, you use the following command:
153153
<screen>
154154
<prompt>$</prompt> <userinput>createdb mydb</userinput>

0 commit comments

Comments
 (0)