mirror of
https://github.com/roles-ansible/role-postgresql-backup.git
synced 2024-08-16 10:19:49 +02:00
Improve README Syntax
This commit is contained in:
parent
d26daa76a1
commit
0d1b13e360
1 changed files with 4 additions and 5 deletions
|
@ -60,11 +60,10 @@ postgresql_backup:
|
|||
```
|
||||
|
||||
+ Export Option for pg_dump.
|
||||
|
||||
> ``p`` – plain-text SQL script
|
||||
> ``c`` – custom-format archive
|
||||
> ``d`` – directory-format archive
|
||||
> ``t`` – tar-format archive
|
||||
> - ``p`` – plain-text SQL script
|
||||
> - ``c`` – custom-format archive
|
||||
> - ``d`` – directory-format archive
|
||||
> - ``t`` – tar-format archive
|
||||
```yaml
|
||||
postgresql_backup:
|
||||
export_option: "p"
|
||||
|
|
Loading…
Reference in a new issue