o Improve psql's handling of multi-line statements
Bruce Momjian <bruce@momjian.us>
o Improve psql's handling of multi-line statements Currently, while \e saves a single statement as one entry, interactive statements are saved one line at a time. Ideally all statements would be saved like \e does. Sergey E. Koposov
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/help.c | modified | +2 −1 |
| src/bin/psql/input.c | modified | +84 −10 |
| src/bin/psql/input.h | modified | +6 −1 |
| src/bin/psql/mainloop.c | modified | +29 −8 |
| src/bin/psql/prompt.c | modified | +2 −1 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |