In psql, save history of backslash commands used in multi-line
Bruce Momjian <bruce@momjian.us>
In psql, save history of backslash commands used in multi-line statements before the multi-line statement, rather than inside the multi-line statement.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/input.c | modified | +8 −10 |
| src/bin/psql/input.h | modified | +4 −4 |
| src/bin/psql/mainloop.c | modified | +31 −9 |