More fixes for psql ^C handling, especially during copy. Still doesn't
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +22 −3 |
| src/bin/psql/command.c | modified | +3 −3 |
| src/bin/psql/common.c | modified | +24 −20 |
| src/bin/psql/common.h | modified | +2 −1 |
| src/bin/psql/copy.c | modified | +13 −4 |
| src/bin/psql/copy.h | modified | +2 −2 |
| src/bin/psql/create_help.pl | modified | +6 −8 |
| src/bin/psql/help.c | modified | +3 −2 |
| src/bin/psql/mainloop.c | modified | +22 −14 |
| src/bin/psql/startup.c | modified | +20 −9 |
| src/test/regress/regress.sh | modified | +2 −2 |
| src/test/regress/run_check.sh | modified | +2 −2 |