mirror of
https://github.com/tj-actions/pg-dump.git
synced 2024-12-20 01:18:49 +00:00
Updated README.md
This commit is contained in:
parent
9cd0a1da33
commit
371130e779
1 changed files with 5 additions and 5 deletions
|
@ -34,9 +34,9 @@ Support this project with a :star:
|
|||
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
|
||||
|
||||
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|
||||
|--------------|--------|----------|---------|-----------------------------------|
|
||||
|--------------|--------|----------|---------|------------------------------------------------------------------------------------------------------------|
|
||||
| database\_url | string | true | | Database URL |
|
||||
| options | string | true | `"-O"` | Extra arguments passed to pg\_dump |
|
||||
| options | string | true | `"-O"` | Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump |
|
||||
| path | string | true | | Backup file output location |
|
||||
|
||||
<!-- AUTO-DOC-INPUT:END -->
|
||||
|
|
Loading…
Add table
Reference in a new issue