Re: coredump of 9.3.2

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: coredump of 9.3.2
Date: 2013-12-10 18:46:16
Message-ID: 52A76178.8000906@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-12-10 18:48:41 Re: Errors on missing pg_subtrans/ files with 9.3
Previous Message Josh Berkus 2013-12-10 18:44:30 Re: Errors on missing pg_subtrans/ files with 9.3