]> granicus.if.org Git - postgresql/commit
I've noticed that \i filename in 6.0beta prints the input file double-spaced.
authorBruce Momjian <bruce@momjian.us>
Fri, 10 Jan 1997 20:52:32 +0000 (20:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 10 Jan 1997 20:52:32 +0000 (20:52 +0000)
commitce02ccf43d7b57c98d73bc0cb1db3dc036a350df
tree1f85015477ab17199466085c7a0dca9434ca85a7
parent0567d7edb028bf7029c4eacca67df6747e6a3a22
I've noticed that \i filename in 6.0beta prints the input file double-spaced.
Here is a trivial patch to get back the 1.09 behavior; it just removes trailing
newlines before printing the line out with a newline rather than after...

Thomas Lockhart
src/bin/psql/psql.c