| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | josersleal(dot)it(at)gmail(dot)com |
| Subject: | docs are incomplete or wrong... |
| Date: | 2024-12-12 14:33:25 |
| Message-ID: | 173401400512.3842592.2209084548612002887@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/tutorial-createdb.html
Description:
Folowing the online docs @
https://www.postgresql.org/docs/17/tutorial-createdb.html
it says: "To create a new database, in this example named mydb, you use the
following command:
$ createdb mydb"
When performing it error comes:
"createdb: error: connection to server on socket
"/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: role "root" does not
exist"
No matter what explanation there is for it, this is supposed to be official
documentation. It MUST be right.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2024-12-12 15:08:06 | Re: Clarify old WAL files cannot be removed until they are summarized |
| Previous Message | Michael Paquier | 2024-12-11 00:18:48 | Re: Clarify old WAL files cannot be removed until they are summarized |