mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
initdb: update page and add Dutch translation (#18031)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# initdb
|
||||
|
||||
> Maak een PostgreSQL-databasecluster aan op schijf.
|
||||
> Meer informatie: <https://www.postgresql.org/docs/current/app-initdb.html>.
|
||||
|
||||
- Maak een databasecluster aan op `/usr/local/var/postgres`:
|
||||
|
||||
`initdb {{[-D|--pgdata]}} /usr/local/var/postgres`
|
||||
@@ -1,8 +1,8 @@
|
||||
# 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