Paolo_Proni
New member
Joined: 12 Mar 2010 04:01:08
Messages: 1
Offline
|
Hello Everybody!
I am having a problem with EnterpriseDB Advanced Server on Debian: I have a table with almost 600 columns and I cannot change that. Trying to insert or update some data I get:
Error: ERROR: row is too big: size 8152, maximum size 8128
SQLState: 54000
ErrorCode: 0
If I recompile the PostgreSQL 8.4.2 sources, specifying "./configure --with-blocksize=32" it works! But how can I do it with EnterpriseDB?
Is there a packaged EnterpriseDB with 32Kb page size? Can I reach the same bahaviour, using some parameters or in some other way?
Should I substitute the actual EnterpriseDB in production with the recompiled PostgreSQL version ?
Can anybody help me?
Thank You in advance,
Paolo Proni
|