E
E
ENigma3712021-12-15 16:31:58
PostgreSQL
ENigma371, 2021-12-15 16:31:58

Is there a psql client for centos?

Good afternoon! Tell me how you can separately install psql-client separately without the server part. This setting does not help. The client is needed to connect from one machine to the database
1 - sudo dnf install -y https://download.postgresql.org/pub/repos/yum/repo...
2 - sudo dnf -qy disable module postgresql
3 - sudo dnf install -y postgresql14-client

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-12-15
@vabka

Option one:
pgcli in python: https://github.com/dbcli/pgcli
Option two:
dnf install postgresql
There are three packages:
postgresql-libs - with the core
postgresql libraries - with psql
postgresql-server - directly with the postgresql DBMS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question