Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
a36fe829
Commit
a36fe829
authored
Jun 29, 2016
by
Nicolas Joyard
Browse files
Fix code block in dev doc
parent
8c2dde9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/development.rst
View file @
a36fe829
...
...
@@ -116,7 +116,7 @@ for database access:
Make sure the corresponding user and database exist on your system; the user
will need the 'createdb' permission in order to be able to run tests. To create
them, you may use the following commands:
them, you may use the following commands:
:
$ psql -c "create user memopol with password 'memopol';" -U postgres
$ psql -c "alter role memopol with createdb;" -U postgres
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment