-
- Downloads
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
Showing
- src/bin/psql/help.c 2 additions, 1 deletionsrc/bin/psql/help.c
- src/bin/psql/input.c 84 additions, 10 deletionssrc/bin/psql/input.c
- src/bin/psql/input.h 6 additions, 1 deletionsrc/bin/psql/input.h
- src/bin/psql/mainloop.c 29 additions, 8 deletionssrc/bin/psql/mainloop.c
- src/bin/psql/prompt.c 2 additions, 1 deletionsrc/bin/psql/prompt.c
- src/bin/psql/tab-complete.c 2 additions, 2 deletionssrc/bin/psql/tab-complete.c
Loading
Please register or sign in to comment