tutorial problem solution requires that problem is already fixed

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: germano(dot)thomas(at)cwi(dot)com(dot)br
Subject: tutorial problem solution requires that problem is already fixed
Date: 2022-02-14 19:18:28
Message-ID: 164486630810.23318.17510494681949788379@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2022-02-15 08:29:39 Doc says nothing about wether CREATE OR REPLACE VIEW can change the COLLATION of an existing field
Previous Message Bruce Momjian 2022-02-14 18:51:05 Re: Data Type Size Calculation