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

Re: 1.3 Creating a database - windows 10x64

2023-02-02 Thread Erik Wienhold
> On 02/02/2023 01:52 CET PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/15/tutorial-createdb.html > Description: > > I installed pgsql with binary for windows from official website. > Going through the

1.3 Creating a database - windows 10x64

2023-02-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/tutorial-createdb.html Description: I installed pgsql with binary for windows from official website. Going through the tutorial I found that I have no createdb command and for me to create

1.3. Creating a Database (on Windows) - User Experience

2019-01-21 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/tutorial-createdb.html Description: Hi, I'm following your tutorial to learn PostgreSQL. When I try to create a database, I keep getting a "password authentication failed" error, that doe