Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2e12bf

Browse files
committed
Documentation: style minor fixes
1 parent 7ff1665 commit e2e12bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ Although pg_probackup can be used by a superuser, it is recommended to create a
190190

191191
To enable backups, the following rights are required:
192192

193-
```CREATE ROLE backup WITH LOGIN;
193+
```
194+
CREATE ROLE backup WITH LOGIN;
194195
GRANT USAGE ON SCHEMA pg_catalog TO backup;
195196
GRANT EXECUTE ON FUNCTION current_setting(text) TO backup;
196197
GRANT EXECUTE ON FUNCTION pg_is_in_recovery() TO backup;

0 commit comments

Comments
 (0)