initdb: update page and add Dutch translation (#18031)

This commit is contained in:
Dylan
2025-09-09 11:37:16 +00:00
committed by GitHub
parent ef75a7912b
commit 5b202743e7
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -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`
+2 -2
View File
@@ -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`