Re: Target lists can have at most 1664 entries?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Bjørn T Johansen <btj(at)havleik(dot)no>, PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Target lists can have at most 1664 entries?
Date: 2008-07-02 07:03:04
Message-ID: 486B2828.1090708@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Richard Huxton wrote:
> Bjørn T Johansen wrote:
>> What does this mean and how can it be fixed? We are running Hibernate
>> with PostgreSQL 8.3.x...
>
> What query is Hibernate generating? That's an error from the planner.

It does sound like you're trying to query back more than 1664 columns in
one query. That's a *lot*, but auto generated queries can do the
strangest things :-)

//Magnus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-07-02 07:04:04 Re: Target lists can have at most 1664 entries?
Previous Message Matt Magoffin 2008-07-02 07:00:55 Re: Memory use in 8.3 plpgsql with heavy use of xpath()