フォーラムをマージする際の Пpoблем

Probably, psql is trying to use your current system user (root) which doesn’t exist in Postgres. You may need to specify the user when running psql: psql -U postgres

And then check this step:

「いいね!」 5