I am connecting to postgres 6.4.2 through microsoft access97 using an obdc driver. I am converting some access files into postgres. I have a certain field that contains NOTES (a text datatype), and some of them can contain quite a bit of data! Well, as I am pulling the info into postgres, certain records cause the error message "tuple is too big, size 8360". I have found one of the records that causes the problem. I can erase several lines of the data, and it pulls it in just fine. It appears that the record just has too much data. How can I correct this limitation?? jt
