From: Bruce Momjian Date: Mon, 19 Aug 2024 23:22:10 +0000 (-0400) Subject: doc: clarify create database in start docs uses command line X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=cf3bb262044a741a47ff40080b145fe432c54407;p=users%2Fc2main%2Fpostgres.git 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 --- diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index f4ae1d0fcf..0263a70059 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -148,7 +148,7 @@ - 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