OSDN Git Service

More fixes for psql ^C handling, especially during copy. Still doesn't
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 1 Mar 2000 21:10:05 +0000 (21:10 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 1 Mar 2000 21:10:05 +0000 (21:10 +0000)
commitc75adac757b302962a8f68eaec0121c59805fd1e
treef652fbe720431d3624db83ccc2d71320aa593829
parent19c29f923678d90c7d77cc435597b47f5d600e94
More fixes for psql ^C handling, especially during copy. Still doesn't
cope so well with copy to but that will have to wait for the next release.

Also added -X option to prevent reading .psqlrc startup file.
12 files changed:
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c
src/bin/psql/common.c
src/bin/psql/common.h
src/bin/psql/copy.c
src/bin/psql/copy.h
src/bin/psql/create_help.pl
src/bin/psql/help.c
src/bin/psql/mainloop.c
src/bin/psql/startup.c
src/test/regress/regress.sh
src/test/regress/run_check.sh