ERROR: row is too big: size 8176, maximum size 8160

From: DimitryASuplatov <genesup(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ERROR: row is too big: size 8176, maximum size 8160
Date: 2010-03-04 17:07:44
Message-ID: 4B8FE8E0.8050303@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I am using postgresql-8.3.7 and have recently got this error:

org.postgresql.util.PSQLException: ERROR: row is too big: size 8168,
maximum size 8160

How is that possible in version 8+?

I`ve found some old version 7 manuals that suggest editing
/src/include/config.h file but I did not find one for my sources.

How could I overcome this problem? Do I need to recompile the database?
Do I need to recreate the database already present?

Thank you.
SDA

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2010-03-04 17:12:55 Re: ERROR: row is too big: size 8176, maximum size 8160
Previous Message Scott Marlowe 2010-03-04 17:04:06 Re: Scratching my head why results are different between machines.