Re: coredump of 9.3.2 - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: coredump of 9.3.2
Date
Msg-id 52A76178.8000906@agliodbs.com
Whole thread Raw
In response to coredump of 9.3.2  (Teodor Sigaev <teodor@sigaev.ru>)
List pgsql-hackers
On 12/10/2013 09:39 AM, Teodor Sigaev wrote:
> 
> SELECT
>     *
> FROM
>     t
> WHERE (
>     CASE
>         WHEN a%2 IN (SELECT c FROM tt) THEN a
>     END IN (SELECT c FROM tt)
> );

Wow, it wouldn't have occured to me that that was even supported syntax.I'm not suprised that it doesn't work ...


-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Errors on missing pg_subtrans/ files with 9.3
Next
From: Andres Freund
Date:
Subject: Re: Errors on missing pg_subtrans/ files with 9.3