projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
6467993
)
doc: clarify create database in start docs uses command line
author
Bruce Momjian
<
[email protected]
>
Mon, 19 Aug 2024 23:22:10 +0000
(19:22 -0400)
committer
Bruce Momjian
<
[email protected]
>
Mon, 19 Aug 2024 23:22:10 +0000
(19:22 -0400)
Reported-by:
[email protected]
Discussion: https://postgr.es/m/
172251463564
.915373.
17748961617119647662
@wrigleys.postgresql.org
Back-through: master
doc/src/sgml/start.sgml
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/start.sgml
b/doc/src/sgml/start.sgml
index f4ae1d0fcf781df6c68816b9f19565432f69fce7..0263a70059144e8d9d46a82c10daddee527fd61b 100644
(file)
--- 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>