wiki-grav/pages/02.linux/postgresql/default.en.md

255 B

title visible
PostgreSQL true

[toc]

Installation

Debian

Install generic main version
# apt install postgresql postgresql-client
Install specific major version. e.g Version 13
# apt install postgresql-13 postgresql-client-13