-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
initdb: Add new page for initdb #3833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any other notable examples you'd add here? One may be enough, but the official documentation shows way more.
Co-Authored-By: Zlatan Vasović <[email protected]>
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
Co-Authored-By: Lucas Gabriel Schneider <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good after @schneiderl's suggestions are implemented.
> Create a PostgreSQL database on disk. | ||
> More information: <https://www.postgresql.org/docs/9.5/app-initdb.html>. | ||
|
||
- Create a database at /usr/local/var/postgres: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can change it to - "Create a database at a given location." ? I think that is simple enough.
|
||
- Create a database at /usr/local/var/postgres: | ||
|
||
`initdb -D /usr/local/var/postgres` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please wrap the location within backticks (``)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't that be {{token_syntax}}
, @agnivade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. Yes it should be the token syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`initdb -D /usr/local/var/postgres` | |
`initdb -D {{/usr/local/var/postgres}}` |
(also, is there a long form of that flag?)
common/
,linux/
, etc.)