Thread: BUG #4682: Control-\ segfaults psql

BUG #4682: Control-\ segfaults psql

From
"Adam Flott"
Date:
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

Re: BUG #4682: Control-\ segfaults psql

From
Tom Lane
Date:
"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