RE: psql - add SHOW_ALL_RESULTS option

Поиск
Список
Период
Сортировка
От shiy.fnst@fujitsu.com
Тема RE: psql - add SHOW_ALL_RESULTS option
Дата
Msg-id OSZPR01MB631017521EE6887ADC9492E8FD759@OSZPR01MB6310.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: psql - add SHOW_ALL_RESULTS option  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы RE: psql - add SHOW_ALL_RESULTS option
Список pgsql-hackers
Hi

I met a problem after commit 3a51306722.

While executing  a SQL statement with psql,  I can't interrupt it by pressing ctrl+c.

For example:
postgres=# insert into test select generate_series(1,10000000);
^C^CINSERT 0 10000000

Press ctrl+c before finishing INSERT, and psql still continuing to INSERT.

Is it the result expected? And I think maybe it is better to allow users to interrupt by pressing ctrl+c.

Regards,
Shi yu



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ajin Cherian
Дата:
Сообщение: missing documentation for streaming in-progress transactions
Следующее
От: David Rowley
Дата:
Сообщение: Re: Wired if-statement in gen_partprune_steps_internal