diff options
author | Bruce Momjian | 2024-08-19 23:22:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2024-08-19 23:22:10 +0000 |
commit | cf3bb262044a741a47ff40080b145fe432c54407 (patch) | |
tree | acfd21a89324a990d32a20451c8dd8ea9f915584 | |
parent | 6467993fb552bda7fc1f615d90a66a16583e9998 (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.sgml | 2 |
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> |