PostgreSQL Client Configuration: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Installation == This installs psql: === Ubuntu 18.04 === apt install postgresql-client-common postgresql-client-10 === Ubuntu 20.04 === apt install postgresql-client...") |
(No difference)
|
Latest revision as of 19:06, 5 June 2022
Installation
This installs psql:
Ubuntu 18.04
apt install postgresql-client-common postgresql-client-10
Ubuntu 20.04
apt install postgresql-client-common postgresql-client-12
Ubuntu 22.04
apt install postgresql-client-common postgresql-client-14