Skip to content

Commit

Permalink
Update pgdump.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Jun 23, 2024
1 parent dbb9514 commit 6557945
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions samples/pgdump.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
PARM KWD(FORMAT) TYPE(*CHAR) LEN(10) DFT('t') +
CASE(*MIXED) PROMPT('Database dump output +
format')
PARM KWD(OPTIONS) TYPE(*CHAR) LEN(100) DFT(' ') +
CASE(*MIXED) PROMPT('Options')
PARM KWD(OPTIONS) TYPE(*CHAR) LEN(100) DFT('-p +
5432 -U postgres') CASE(*MIXED) +
PROMPT('Options')
PARM KWD(PROMPT) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) CASE(*MIXED) +
PROMPT('Prompt for QSHBASH')
PARM KWD(REPLACE) TYPE(*CHAR) LEN(4) RSTD(*YES) +
DFT(*NO) VALUES(*NO *YES) CASE(*MIXED) +
PROMPT('Replace output file')

0 comments on commit 6557945

Please sign in to comment.