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: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with partitioned table and indexed json field
Date: 2013-10-31 14:23:44
Message-ID: 22761.1383229424@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:
> An explain returns an error:
> => explain select max(event->>'_id') from events;
> ERROR: no tlist entry for key 2

This is certainly a bug. Can we see a self-contained example that
triggers that?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message si24 2013-10-31 14:25:21 Explanantion on pgbouncer please
Previous Message Tom Lane 2013-10-31 14:16:38 Re: permission denied