ERROR: index row size exceeds maximum 2712 for index

From: amjad usman <au_marwat(at)yahoo(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: ERROR: index row size exceeds maximum 2712 for index
Date: 2012-12-15 18:00:54
Message-ID: 1355594454.19648.YahooMailNeo@web160906.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Dear All,

while inserting data in database(my own created DB) i'm getting this error

org.postgresql.util.PSQLException: ERROR: index row size 3176 exceeds maximum 2712 for index "description_department_of_aeronautics_and_astronautics_5_pkey"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:336)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:282)

i searched but could not understand how to resolve it.
Do you have any idea how can i get rid of this error?
if postgres does not allow to increase index row size then how DSpace is maintaining data in its db because it is saving a lot of rows..???

Thanks for your time & consideration... 
 
Best regards:
Amjad Usman

Browse pgsql-admin by date

  From Date Subject
Next Message Shams Khan 2012-12-16 20:11:04 Re: PostgreSQL Performance Tuning / Postgresql.conf and on OS Level
Previous Message shams.khan22 2012-12-14 20:38:45 Re: PostgreSQL Performance Tuning / Postgresql.conf and on OS Level