In psql, save history of backslash commands used in multi-line

Bruce Momjian <bruce@momjian.us>

Commit: ca8f27998a789af126bbd938c10b160b052a57a7
Author: Bruce Momjian <bruce@momjian.us>
Date: 2006-03-06T04:45:21Z
Releases: 8.2.0
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

PathChange+/−
src/bin/psql/input.c modified +8 −10
src/bin/psql/input.h modified +4 −4
src/bin/psql/mainloop.c modified +31 −9