tuple size too big??

From: JT Kirkpatrick <jt-kirkpatrick(at)mpsllc(dot)com>
To: "'pgsql-interfaces(at)hub(dot)org'" <pgsql-interfaces(at)hub(dot)org>
Subject: tuple size too big??
Date: 1999-04-13 13:20:43
Message-ID: 01BE859A.E1266440.jt-kirkpatrick@mpsllc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am connecting to postgres 6.4.2 on rh linux 5.2, using new kernel 2.2.2,
from access97 on a win98 machine through an obdc driver (somehow, that was
a mouthful!). I am converting some access files into postgres. One file
in particular has a NOTES field in it (access memo datatype, postgres text
datatype) that may have large amounts of data in various records. When I
run an insert query to insert into the postgres tables from the access
table, it bombs when it hits a record with"too much data" - I get the error
message "tuple size too big, size 8360". In the obdc driver, I tried
increasing the "text as longvarchar" amount to 15000 - no good. I then
tried just unchecking the "text as longvarchar" option - no good. I think
the message is coming from postgres, not the obdc driver. I have found a
record in particular that causes the problem. When I remove a few lines
from the data, it pulls in just fine. The few lines I removed had no
special characters, etc. what to do?? I need to be able to store this
data in its entirety. How to increase the allowable "tuple" size? What is
a tuple anyway??

jt

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message manu manu 1999-04-13 14:02:11 Help for Creating View
Previous Message Israel Zavalza Bahena 1999-04-13 09:56:53 RE: [pgsql-ayuda] PSQL ODBC & Visual Basic