fixed another psql \e bug (handle newlines as whitespace)

Peter Eisentraut <peter_e@gmx.net>

Commit: ffc9812451c67293ea2ff4cf60ba8c195ca9616b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-04-14T23:43:44Z
Releases: 7.1.1
fixed another psql \e bug (handle newlines as whitespace)
repaired psql option scanning bug (special treatment to \g |pipe)
fixed ipcclean makefile
made configure look for Perl to handle psql help build gracefully

Files

PathChange+/−
src/bin/ipcclean/Makefile modified +5 −9
src/bin/psql/command.c modified +30 −17
src/bin/psql/copy.c modified +14 −14
src/bin/psql/mainloop.c modified +4 −4
src/bin/psql/Makefile.in modified +2 −1
src/configure modified +398 −435
src/configure.in modified +1 −2
src/Makefile.global.in modified +2 −2