From cf3bb262044a741a47ff40080b145fe432c54407 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Aug 2024 19:22:10 -0400 Subject: [PATCH] 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 --- doc/src/sgml/start.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index f4ae1d0fcf7..0263a700591 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