Re: problem with partitioned table and indexed json field - Mailing list pgsql-general

From Tom Lane
Subject Re: problem with partitioned table and indexed json field
Date
Msg-id 22761.1383229424@sss.pgh.pa.us
Whole thread Raw
In response to problem with partitioned table and indexed json field  (Raphael Bauduin <rblists@gmail.com>)
Responses Re: problem with partitioned table and indexed json field  (Raphael Bauduin <rblists@gmail.com>)
List pgsql-general
Raphael Bauduin <rblists@gmail.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


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: permission denied
Next
From: si24
Date:
Subject: Explanantion on pgbouncer please