summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2024-08-19 23:22:10 +0000
committerBruce Momjian2024-08-19 23:22:10 +0000
commitcf3bb262044a741a47ff40080b145fe432c54407 (patch)
treeacfd21a89324a990d32a20451c8dd8ea9f915584
parent6467993fb552bda7fc1f615d90a66a16583e9998 (diff)
doc: clarify create database in start docs uses command line
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: master
-rw-r--r--doc/src/sgml/start.sgml2
1 files changed, 1 insertions, 1 deletions
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 @@
</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>