Re: creating a database

2025-02-02 Thread Tom Lane
"David G. Johnston" writes: > On Sunday, February 2, 2025, PG Doc comments form > wrote: >> And what also could be clarified: can a database only be created on the >> server side? >> Or is there also a client (SQL) command to create a new database on the >> server? > The description of createdb

Re: creating a database

2025-02-02 Thread David G. Johnston
On Sunday, February 2, 2025, PG Doc comments form wrote: > > I guess this is on the server side, in a Linux shell or similar? > > I think this should be clarified in the text. We haven’t even mentioned psql yet, aside from the conventions page where we cover $ means a shell prompt. > And what

creating a database

2025-02-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/tutorial-createdb.html Description: Dear, I was reading intro to setup of postgresql, and looking at https://www.postgresql.org/docs/current/tutorial-createdb.html#TUTORIAL-CREATEDB Reg