PostgreSQL Client Configuration

From MK Wiki EN
Revision as of 19:06, 5 June 2022 by MkWikiEnSysOp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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