Re: Target lists can have at most 1664 entries? - Mailing list pgsql-general

From Magnus Hagander
Subject Re: Target lists can have at most 1664 entries?
Date
Msg-id 486B2828.1090708@hagander.net
Whole thread Raw
In response to Re: Target lists can have at most 1664 entries?  (Richard Huxton <dev@archonet.com>)
Responses Re: Target lists can have at most 1664 entries?
Re: Target lists can have at most 1664 entries?
List 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

pgsql-general by date:

Previous
From: "Matt Magoffin"
Date:
Subject: Re: Memory use in 8.3 plpgsql with heavy use of xpath()
Next
From: Tom Lane
Date:
Subject: Re: Target lists can have at most 1664 entries?