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

Started by PG Bug reporting formover 1 year ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

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:"

#2Bruce Momjian
bruce@momjian.us
In reply to: PG Bug reporting form (#1)
Re: add 'from the command line' to tutorial-createdb.html

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.