Skip to content

Commit 5b20274

Browse files
authored
initdb: update page and add Dutch translation (#18031)
1 parent ef75a79 commit 5b20274

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pages.nl/common/initdb.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# initdb
2+
3+
> Maak een PostgreSQL-databasecluster aan op schijf.
4+
> Meer informatie: <https://www.postgresql.org/docs/current/app-initdb.html>.
5+
6+
- Maak een databasecluster aan op `/usr/local/var/postgres`:
7+
8+
`initdb {{[-D|--pgdata]}} /usr/local/var/postgres`

pages/common/initdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# initdb
22

3-
> Create a PostgreSQL database on disk.
3+
> Create a PostgreSQL database cluster on disk.
44
> More information: <https://www.postgresql.org/docs/current/app-initdb.html>.
55
6-
- Create a database at `/usr/local/var/postgres`:
6+
- Create a database cluster at `/usr/local/var/postgres`:
77

88
`initdb {{[-D|--pgdata]}} /usr/local/var/postgres`

0 commit comments

Comments
 (0)