Added VERBOSE option to vacuum command.
Bruce Momjian <bruce@momjian.us>
Added VERBOSE option to vacuum command.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuum.c | modified | +8 −8 |
| src/backend/parser/gram.y | modified | +15 −7 |
| src/backend/parser/keywords.c | modified | +2 −1 |
| src/backend/tcop/utility.c | modified | +3 −2 |
| src/include/commands/vacuum.h | modified | +2 −2 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |
| src/man/vacuum.l | modified | +4 −2 |