statement_timeout and crosstab - Mailing list pgsql-bugs

From Tiago D. Jacobs - iMDT
Subject statement_timeout and crosstab
Date
Msg-id 4824A0A6.2090300@imdt.com.br
Whole thread Raw
Responses Re: statement_timeout and crosstab  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "alex"
Date:
Subject: BUG #4151: Can't connect/start database after restart
Next
From: Tom Lane
Date:
Subject: Re: statement_timeout and crosstab