BUG #4682: Control-\ segfaults psql

Started by Adam Flottabout 17 years ago2 messagesbugs
Jump to latest
#1Adam Flott
adam@npjh.com

The following bug has been logged online:

Bug reference: 4682
Logged by: Adam Flott
Email address: adam@npjh.com
PostgreSQL version: 8.3.6
Operating system: Debian 5.0
Description: Control-\ segfaults psql
Details:

1. psql amarok

2. enter C-\

3. amarok=# zsh: quit (core dumped) psql amarok

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Adam Flott (#1)
Re: BUG #4682: Control-\ segfaults psql

"Adam Flott" <adam@npjh.com> writes:

1. psql amarok
2. enter C-\
3. amarok=# zsh: quit (core dumped) psql amarok

This is not a bug, it's the intended result of typing control-\.
You've probably got "stty quit ^\" set in your profile.

regards, tom lane