Independently checking if PostgreSQL server and client are installed
1
vote
0
answers
605
views
How can I independently determine whether the PostgreSQL server and client are installed in the Unix-based system?
I believe running
psql --version
checks only for the PostgreSQL client.
Is postgres --version
the way to check for the server installation?
Asked by weno
(115 rep)
Jan 19, 2022, 12:29 PM