tutorial problem solution requires that problem is already fixed - Mailing list pgsql-docs

From PG Doc comments form
Subject tutorial problem solution requires that problem is already fixed
Date
Msg-id 164486630810.23318.17510494681949788379@wrigleys.postgresql.org
Whole thread Raw
Responses Re: tutorial problem solution requires that problem is already fixed  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/role-attributes.html
Description:

I am reporting my roadblock, so it can be better documented in the future.

I am following this tutorial:
https://www.postgresql.org/docs/14/tutorial-createdb.html
I got the error "createdb: error: connection to server on socket
"/tmp/.s.PGSQL.5432" failed: FATAL:  role "joe" does not exist", so I went
to the chapter 22 "https://www.postgresql.org/docs/14/user-manag.html", then
"https://www.postgresql.org/docs/14/database-roles.html". But from there it
is already an SQL command. How am I supposed to do that if I didn't even
created the database yet? Where should I execute those?

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Data Type Size Calculation
Next
From: PG Doc comments form
Date:
Subject: Doc says nothing about wether CREATE OR REPLACE VIEW can change the COLLATION of an existing field