We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef75a79 commit 5b20274Copy full SHA for 5b20274
pages.nl/common/initdb.md
@@ -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
@@ -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`
0 commit comments