Re: problem with partitioned table and indexed json field

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Raphael Bauduin <rblists(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: problem with partitioned table and indexed json field
Date: 2013-11-07 15:32:15
Message-ID: 20349.1383838335@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Raphael Bauduin <rblists(at)gmail(dot)com> writes:
> I have narrowed it a bit. It happens when I create said index on an empty
> field. Here's the scenario to reproduce it:

Thanks, I've reproduced the problem here. The query still seems to run OK,
it's just EXPLAIN that's falling over --- do you see the same?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raphael Bauduin 2013-11-07 15:41:15 Re: problem with partitioned table and indexed json field
Previous Message Raphael Bauduin 2013-11-07 10:11:56 Re: problem with partitioned table and indexed json field