PostgreSQL 10の最新版を、ダウンロードしてインストールする方法です。
次の5つのコマンドを順に実行して下さい。
1 2 3 4 5 | dnf install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf -qy module disable postgresql dnf install postgresql10-server export PGSETUP_INITDB_OPTIONS="--encoding=UTF-8 --no-locale" /usr/pgsql-10/bin/postgresql-10-setup initdb |
コピーして、貼り付けて実行すると良いでしょう。
(画像では、コマンドが途中で途切れて全部表示されていないのもあります。)
CentOS8に最初から組み込まれている方法でのインストールもできます。その場合PostgreSQL 10が最新版にならない場合があります。また、設定ファイルのあるフォルダが異なります。