o Improve psql's handling of multi-line statements

Bruce Momjian <bruce@momjian.us>

Commit: 4cb27fef0a9fa98448f68de1e7c928fad6895706
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-02-11T21:55:35Z
Releases: 8.2.0
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

PathChange+/−
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