mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 21:49:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,9 +5,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# initdb
|
||||
|
||||
> Create a PostgreSQL database on disk.
|
||||
> Create a PostgreSQL database cluster on disk.
|
||||
> More information: <https://www.postgresql.org/docs/current/app-initdb.html>.
|
||||
|
||||
- Create a database at `/usr/local/var/postgres`:
|
||||
- Create a database cluster at `/usr/local/var/postgres`:
|
||||
|
||||
`initdb {{[-D|--pgdata]}} /usr/local/var/postgres`
|
||||
|
||||
Reference in New Issue
Block a user