Re: problem with partitioned table and indexed json field

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

I'll look at providing such an example later this week.

Raph

On Thu, Oct 31, 2013 at 3:23 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> 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
>

--
Web database: http://www.myowndb.com
Free Software Developers Meeting: http://www.fosdem.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message si24 2013-11-04 09:25:39 Re: changing port numbers so pgbouncer can read geoserver and postgres
Previous Message Stephen Frost 2013-11-04 01:31:49 Re: GSSAPI server side on Linux, SSPI client side on Windows