On Wed, 02 Jul 2008 09:03:04 +0200 Magnus Hagander <magnus@xxxxxxxxxxxx> wrote: > 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 > That might be the case.... Is it possible to increase this value for PostgreSQL or do we have to look at Hibernate? BTJ