psqlコマンドをインストールする。
[1]
(ホスト作業) psql コマンドをインストールする。
# rpm -ivh postgresql14-14.2-1PGDG.rhel7.x86_64.rpm \
postgresql14-libs-14.2-1PGDG.rhel7.x86_64.rpm \
libicu-50.2-4.el7_7.x86_64.rpm
# which psql
/usr/bin/psql
#
psqlコマンドをインストールする。
[1]
(ホスト作業) psql コマンドをインストールする。
# rpm -ivh postgresql14-14.2-1PGDG.rhel7.x86_64.rpm \
postgresql14-libs-14.2-1PGDG.rhel7.x86_64.rpm \
libicu-50.2-4.el7_7.x86_64.rpm
# which psql
/usr/bin/psql
#