OSDN Git Service

o Improve psql's handling of multi-line statements
authorBruce Momjian <bruce@momjian.us>
Sat, 11 Feb 2006 21:55:35 +0000 (21:55 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 11 Feb 2006 21:55:35 +0000 (21:55 +0000)
commit4cb27fef0a9fa98448f68de1e7c928fad6895706
tree463e136f4ddd5f7e002275cfc102602813ede7c1
parentfbb1daed938d404f3e669a3ab499e661af2bd25e
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
src/bin/psql/help.c
src/bin/psql/input.c
src/bin/psql/input.h
src/bin/psql/mainloop.c
src/bin/psql/prompt.c
src/bin/psql/tab-complete.c