(Grav GitSync) Automatic Commit from RealStickman
This commit is contained in:
parent
e3bfa5f306
commit
bd3207525b
12
pages/02.linux/27.postgresql/default.en.md
Normal file
12
pages/02.linux/27.postgresql/default.en.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: PostgreSQL
|
||||
---
|
||||
|
||||
[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`
|
||||
|
Loading…
Reference in New Issue
Block a user