Thread: add 'from the command line' to tutorial-createdb.html

add 'from the command line' to tutorial-createdb.html

From
PG Doc comments form
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/tutorial-createdb.html
Description:

https://www.postgresql.org/docs/16/tutorial-createdb.html

it says ... 

   "To create a new database, in this example named mydb, you use the
following command:"

To make it more clear that this is being executed from the cli (and not the
psql console) I suggest  to change this to

   "To create a new database from the command line, in this example named
mydb, you use the following command:"

Re: add 'from the command line' to tutorial-createdb.html

From
Bruce Momjian
Date:
On Thu, Aug  1, 2024 at 12:17:15PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/16/tutorial-createdb.html
> Description:
> 
> https://www.postgresql.org/docs/16/tutorial-createdb.html
> 
> it says ... 
> 
>    "To create a new database, in this example named mydb, you use the
> following command:"
> 
> To make it more clear that this is being executed from the cli (and not the
> psql console) I suggest  to change this to
> 
>    "To create a new database from the command line, in this example named
> mydb, you use the following command:"

Yes, good idea, patch applied to master, so it will appear in PG 18.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.