Обсуждение: Connecting to database step is bypassed

Поиск
Список
Период
Сортировка

Connecting to database step is bypassed

От
PG Doc comments form
Дата:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/tutorial-createdb.html
Description:

Execution of
$ createdb mydb
suppose that the user is already logged to database manager in the cli bu
psql
In this tutorial they are not describing before how to connect to the
database using psql or something equivalent

Re: Connecting to database step is bypassed

От
"David G. Johnston"
Дата:
On Sat, Oct 25, 2025 at 9:58 AM PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/18/tutorial-createdb.html
Description:

Execution of
$ createdb mydb
suppose that the user is already logged to database manager in the cli bu
psql
In this tutorial they are not describing before how to connect to the
database using psql or something equivalent

If they are already logged into the CLI at this point they haven't followed the tutorial.  That step is covered in the following section.

David J.