statement_timeout and crosstab

Поиск
Список
Период
Сортировка
От Tiago D. Jacobs - iMDT
Тема statement_timeout and crosstab
Дата
Msg-id 4824A0A6.2090300@imdt.com.br
обсуждение исходный текст
Ответы Re: statement_timeout and crosstab  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi, i think that there is a bug
with the crosstab function,
the query is not stopped even with a too little value for <font
 face="Arial">statement_timeout, like this:

  set statement_timeout = 1;
  create temp table resultset_26243
TABLESPACE temp_space as
  SELECT *
  FROM crosstab(
  '', '' );

I implemented at application level, but i think that if is a bug, it's
good to report you.

Any ideas?

regards,
tiago jacobs

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

Предыдущее
От: "alex"
Дата:
Сообщение: BUG #4151: Can't connect/start database after restart
Следующее
От: Tom Lane
Дата:
Сообщение: Re: statement_timeout and crosstab