Code review for --quote-all-identifiers patch: add missing --help documentation
Tom Lane <tgl@sss.pgh.pa.us>
Code review for --quote-all-identifiers patch: add missing --help documentation for new pg_dump/pg_dumpall parameters, make a couple of trivial stylistic adjustments to make the code follow usual project style.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/ruleutils.c | modified | +4 −2 |
| src/bin/pg_dump/dumputils.c | modified | +4 −3 |
| src/bin/pg_dump/dumputils.h | modified | +3 −3 |
| src/bin/pg_dump/pg_dumpall.c | modified | +2 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −1 |